Skip to content

Commit 322273a

Browse files
committed
Change repository_dispatch to workflow_dispatch
1 parent 36be8c4 commit 322273a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Publish on NPM
22
on:
33
push:
44
branches: [main]
5-
repository_dispatch:
6-
types: [publish]
5+
workflow_dispatch:
76
env:
87
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
98
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)