We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce0aa0 commit ac15761Copy full SHA for ac15761
.github/workflows/deploy.yml
@@ -45,7 +45,7 @@ jobs:
45
46
deploy_release:
47
name: Deploy to NPM (release)
48
- if: github.event_name == 'release' && github.event.action == 'created'
+ if: github.event_name == 'release'
49
runs-on: ubuntu-latest
50
environment:
51
name: release
0 commit comments