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:
with: with:
node-version: "12.x" node-version: "12.x"
registry-url: https://registry.npmjs.org/ registry-url: https://registry.npmjs.org/
run: | - run: npm version patch
npm version patch - run: npm publish
npm publish
env: env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}} NODE_AUTH_TOKEN: ${{secrets.npm_token}}

Loading…
Cancel
Save