mirror of https://github.com/Muryor/back_up.git
Muryor
3 years ago
committed by
GitHub
1 changed files with 19 additions and 0 deletions
@ -0,0 +1,19 @@ |
|||||||
|
name: Node.js Package |
||||||
|
|
||||||
|
on: |
||||||
|
push: |
||||||
|
branches: |
||||||
|
- main |
||||||
|
|
||||||
|
jobs: |
||||||
|
publish-npm: |
||||||
|
runs-on: ubuntu-latest |
||||||
|
steps: |
||||||
|
- uses: actions/checkout@v2 |
||||||
|
- uses: actions/setup-node@v1 |
||||||
|
with: |
||||||
|
node-version: "12.x" |
||||||
|
registry-url: https://registry.npmjs.org/ |
||||||
|
- run: npm publish |
||||||
|
env: |
||||||
|
NODE_AUTH_TOKEN: ${{secrets.npm_token}} |
Loading…
Reference in new issue