Skip to content

Commit 70fb842

Browse files
authored
Changed on to workflow_dispatch until GitHub fixes release (actions/runner#3530)
1 parent a721f65 commit 70fb842

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-to-npm-on-new-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Publish to npm on new release
22

3-
on:
4-
release:
5-
types: [published]
3+
on: workflow_dispatch
64

75
jobs:
86
build:

0 commit comments

Comments
 (0)