Skip to content

Commit

Permalink
ensure checkout when publishing to resolve sdk version from global.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptoc1 committed Dec 19, 2023
1 parent 617c0ae commit 2569caa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: checkout
uses: actions/checkout@v4

- name: setup dotnet
uses: actions/setup-dotnet@v4
Expand Down Expand Up @@ -69,6 +70,11 @@ jobs:

runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
filter: global.json

- name: setup dotnet
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 2569caa

Please sign in to comment.