Skip to content

Commit

Permalink
Merge pull request #4 from chickensoft-games/fix/globaljson
Browse files Browse the repository at this point in the history
fix: global json for version increment
  • Loading branch information
jolexxa committed Apr 25, 2024
2 parents 10f2788 + 58bb0cf commit b35f51c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ jobs:
shell: bash
steps:
- name: 🧾 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 💽 Setup .NET SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.407
global-json-file: global.json

- name: 📦 Restore Dependencies
run: dotnet restore

- name: 🤖 Setup Godot
uses: chickensoft-games/setup-godot@v1
uses: chickensoft-games/setup-godot@v2
with:
version: 4.0.1
version: global.json

- name: 🔬 Verify Setup
run: |
Expand Down
5 changes: 4 additions & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"msbuild-sdks": {
"Godot.NET.Sdk": "4.0.1"
},
"sdk": {
"rollForward": "major",
"version": "7.0.306"
}
}
}

0 comments on commit b35f51c

Please sign in to comment.