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 cbe5ac4 commit 3f052e4
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' && github.ref == 'refs/heads/main'
if: github.event_name == 'release'
runs-on: ubuntu-latest
needs: [ build ]
steps:
Expand Down

0 comments on commit 3f052e4

Please sign in to comment.