Browse Source

Update automerge.yml

pull/8/head
Muryor 3 years ago committed by GitHub
parent
commit
827fe22bbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/automerge.yml

1
.github/workflows/automerge.yml

@ -47,6 +47,7 @@ jobs:
with: with:
node-version: "12.x" node-version: "12.x"
registry-url: https://registry.npmjs.org/ registry-url: https://registry.npmjs.org/
token: ${{secrets.npm_token}}
- run: npm version patch - run: npm version patch
- uses: JS-DevTools/npm-publish@v1 - uses: JS-DevTools/npm-publish@v1
with: with:

Loading…
Cancel
Save