fix publish action
This commit is contained in:
parent
c2584615d2
commit
4f346472c3
1
.github/workflows/nodejs.yml
vendored
1
.github/workflows/nodejs.yml
vendored
@ -30,6 +30,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
- name: NPM login
|
||||
# NPM doesn't understand env vars and needs auth file lol
|
||||
|
Loading…
Reference in New Issue
Block a user