We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59184ef commit 824d582Copy full SHA for 824d582
.github/main.workflow
@@ -0,0 +1,10 @@
1
+workflow "publish on release" {
2
+ on = "push"
3
+ resolves = ["publish"]
4
+}
5
+
6
+action "publish" {
7
+ uses = "actions/npm@master"
8
+ args = "publish"
9
+ secrets = ["npm_token"]
10
0 commit comments