Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kubagdynia committed Sep 5, 2024
1 parent 3f052e4 commit c0424a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
path: ${{env.NuGetDirectory}}/*.nupkg

publish:
if: github.event_name == 'release'
if: ${{ github.event_name == 'release' }}
runs-on: ubuntu-latest
needs: [ build ]
steps:
Expand Down

0 comments on commit c0424a1

Please sign in to comment.