Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasteles authored Apr 3, 2024
1 parent f91d4d9 commit 63d84d1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup .NET Core
uses: actions/setup-dotnet@v2
with:
global-json-file: global.json

- name: Tool Restore
run: dotnet tool restore

- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
Expand All @@ -33,15 +41,7 @@ jobs:
run: |
echo "Version: ${{ steps.gitversion.outputs.SemVer }}"
echo "CommitsSinceVersionSource: ${{ steps.gitversion.outputs.CommitsSinceVersionSource }}"
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
with:
global-json-file: global.json

- name: Tool Restore
run: dotnet tool restore

- name: Test
run: dotnet nuke test

Expand Down

0 comments on commit 63d84d1

Please sign in to comment.