Skip to content

Commit

Permalink
Fix step if condition blocking release
Browse files Browse the repository at this point in the history
  • Loading branch information
South-Paw committed Sep 29, 2022
1 parent 2dbc9a4 commit 9ef2735
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
publish:
name: Publish package to npm
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'created'
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 9ef2735

Please sign in to comment.