Skip to content

Commit

Permalink
Merge pull request #14 from stefanolsen/feature/fix-github-workflow
Browse files Browse the repository at this point in the history
Fix GitHub workflow file
  • Loading branch information
stefanolsen authored Feb 25, 2023
2 parents ed3d94a + 16186a8 commit 6f40de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: dotnet test --no-build --verbosity normal --configuration ${{ env.buildConfiguration }}
- name: Pack
if: ${{ github.ref == 'refs/heads/main' }}
run: dotnet pack --no-build --no-restore --configuration ${{ env.buildConfiguration }} -o out
run: dotnet pack --no-build --no-restore --configuration ${{ env.buildConfiguration }}
- name: Pack (Prerelease version)
if: ${{ github.ref != 'refs/heads/main' }}
run: dotnet pack --no-build --no-restore --configuration ${{ env.buildConfiguration }} --version-suffix ${{ env.packageVersionSuffix }}
Expand Down

0 comments on commit 6f40de7

Please sign in to comment.