Skip to content

Commit

Permalink
Merge branch 'hotfix/0.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
huysentruitw committed Sep 28, 2020
2 parents 84bc8e6 + 28dd502 commit 00c98b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Test
run: dotnet test --configuration Release --no-restore --verbosity normal
- name: Publish
if: github.ref == 'refs/heads/master'
run: dotnet publish src/PrintIt.ServiceHost --configuration Release --no-restore --output ./release /p:Version=${{ steps.gitversion.outputs.nuGetVersionV2 }}
- name: Create Archive
uses: Amadevus/[email protected]
Expand Down

0 comments on commit 00c98b4

Please sign in to comment.