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 36be8c4 commit 322273aCopy full SHA for 322273a
.github/workflows/publish.yaml
@@ -2,8 +2,7 @@ name: Publish on NPM
2
on:
3
push:
4
branches: [main]
5
- repository_dispatch:
6
- types: [publish]
+ workflow_dispatch:
7
env:
8
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
9
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments