mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added npm login to release GitHub Action
no issue
This commit is contained in:
parent
604fea8f1b
commit
4cbc453d0e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -23,4 +23,6 @@ jobs:
|
|||
|
||||
- run: grunt release --skip-tests
|
||||
- uses: tryghost/action-ghost-release@master
|
||||
- run: npm publish --registry https://registry.npmjs.org/
|
||||
|
||||
- run: npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
|
||||
- run: npm publish
|
||||
|
|
Loading…
Add table
Reference in a new issue