Update npm-publish.yml

This commit is contained in:
MaTeMaTuK 2020-07-23 12:23:25 +03:00 committed by GitHub
parent a6eba16a48
commit dd8de7ae4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,11 +20,6 @@ jobs:
registry-url: https://npm.pkg.github.com
scope: '@MaTeMaTuK'
- 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: