Skip to content

Commit 55c0e80

Browse files
authoredFeb 24, 2021
ci: use correct event_name property (#284)
1 parent c34b299 commit 55c0e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
node-version: 12
4141
registry-url: https://registry.npmjs.org/
4242
- run: npm run release
43-
if: ${{ github.event == 'push' }}
43+
if: ${{ github.event_name == 'push' }}
4444
env:
4545
NPM_TOKEN: ${{secrets.NPM_TOKEN}} # f674......69f0
4646
GITHUB_TOKEN: ${{secrets.github_token}}

0 commit comments

Comments
 (0)
Please sign in to comment.