fix publish action

This commit is contained in:
Alexey 2020-08-12 12:37:51 +03:00
parent c2584615d2
commit 4f346472c3
2 changed files with 2 additions and 1 deletions

@ -30,6 +30,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- run: npm install
- run: npm run build - run: npm run build
- name: NPM login - name: NPM login
# NPM doesn't understand env vars and needs auth file lol # NPM doesn't understand env vars and needs auth file lol