We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f66361 commit 3bd3fbaCopy full SHA for 3bd3fba
.github/workflows/publish-npm.yml
@@ -1,7 +1,9 @@
1
name: Publish Package to npmjs
2
+
3
on:
4
release:
5
types: [published]
6
+ workflow_dispatch
7
jobs:
8
build:
9
environment: production
0 commit comments