npm reg action change

This commit is contained in:
unknown 2020-07-23 12:15:20 +03:00
parent bd610da241
commit a6eba16a48

View File

@ -20,10 +20,12 @@ jobs:
registry-url: https://npm.pkg.github.com
scope: '@MaTeMaTuK'
- name: NPM Publish
run: |
npm login --registry=https://npm.pkg.github.com/
npm publish
fi
- name: NPM Login
run: npm login --registry=https://npm.pkg.github.com/
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: NPM Publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}