Skip to content

Commit

Permalink
ci: use correct event_name property (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
austince committed Feb 24, 2021
1 parent c34b299 commit 55c0e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm run release
if: ${{ github.event == 'push' }}
if: ${{ github.event_name == 'push' }}
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}} # f674......69f0
GITHUB_TOKEN: ${{secrets.github_token}}

0 comments on commit 55c0e80

Please sign in to comment.