Skip to content

Commit b819c06

Browse files
authored
Update publish.yml
1 parent 83df8a9 commit b819c06

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ jobs:
2525
- uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
28-
28+
29+
- name: Setup .NET Core
30+
uses: actions/setup-dotnet@v4
31+
with:
32+
global-json-file: global.json
33+
2934
- name: Install GitVersion
3035
uses: gittools/actions/gitversion/setup@v0.10.2
3136
with:
@@ -40,11 +45,6 @@ jobs:
4045
echo "Version: ${{ steps.gitversion.outputs.SemVer }}"
4146
echo "CommitsSinceVersionSource: ${{ steps.gitversion.outputs.CommitsSinceVersionSource }}"
4247
43-
- name: Setup .NET Core
44-
uses: actions/setup-dotnet@v2
45-
with:
46-
global-json-file: global.json
47-
4848
- name: Build and Publish Package
4949
run: |
5050
publish() {

0 commit comments

Comments
 (0)