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 b27406f commit 6dfd33fCopy full SHA for 6dfd33f
.github/main.workflow
@@ -0,0 +1,9 @@
1
+workflow "Release" {
2
+ on = "release"
3
+ resolves = ["Publish to NPM"]
4
+}
5
+
6
+action "Publish to NPM" {
7
+ uses = "actions/npm@e7aaefed7c9f2e83d493ff810f17fa5ccd7ed437"
8
+ runs = "npm publish"
9
0 commit comments