Skip to content

Commit ac15761

Browse files
committed
QuickFix workflow
1 parent fce0aa0 commit ac15761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
deploy_release:
4747
name: Deploy to NPM (release)
48-
if: github.event_name == 'release' && github.event.action == 'created'
48+
if: github.event_name == 'release'
4949
runs-on: ubuntu-latest
5050
environment:
5151
name: release

0 commit comments

Comments
 (0)