Browse Source

Update automerge.yml

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

5
.github/workflows/automerge.yml

@ -34,9 +34,8 @@ jobs: @@ -34,9 +34,8 @@ jobs:
with:
node-version: "12.x"
registry-url: https://registry.npmjs.org/
run: |
npm version patch
npm publish
- run: npm version patch
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

Loading…
Cancel
Save