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 ce21c71 commit 9f37dd4Copy full SHA for 9f37dd4
.github/main.workflow
.github/workflows/push.yml
@@ -0,0 +1,13 @@
1
+on: push
2
+name: publish on release
3
+jobs:
4
+ publish:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@master
8
+ - name: publish
9
+ uses: actions/npm@master
10
+ env:
11
+ NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
12
+ with:
13
+ args: publish
0 commit comments