Skip to content

Commit

Permalink
Again...
Browse files Browse the repository at this point in the history
  • Loading branch information
dual-wield-ray committed Nov 19, 2022
1 parent 5558259 commit 68cd658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
build-package:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
if: github.event_name == 'create' && startsWith(github.ref, 'refs/tags/v')

runs-on: ubuntu-latest

Expand All @@ -121,7 +121,7 @@ jobs:


publish-package:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
if: github.event_name == 'create' && startsWith(github.ref, 'refs/tags/v')

needs: build-package

Expand Down

0 comments on commit 68cd658

Please sign in to comment.