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