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 5a3a13f commit d8a0462Copy full SHA for d8a0462
.github/workflows/publish.yml
@@ -0,0 +1,8 @@
1
+name: publish
2
+
3
+on: workflow_dispatch
4
5
+jobs:
6
+ publish:
7
+ uses: datavisyn/github-workflows/.github/workflows/publish-node.yml@main
8
+ secrets: inherit
0 commit comments