We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
event_name
1 parent c34b299 commit 55c0e80Copy full SHA for 55c0e80
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
node-version: 12
41
registry-url: https://registry.npmjs.org/
42
- run: npm run release
43
- if: ${{ github.event == 'push' }}
+ if: ${{ github.event_name == 'push' }}
44
env:
45
NPM_TOKEN: ${{secrets.NPM_TOKEN}} # f674......69f0
46
GITHUB_TOKEN: ${{secrets.github_token}}
0 commit comments