mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
Added npm login to release GitHub Action
no issue
This commit is contained in:
parent
604fea8f1b
commit
4cbc453d0e
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…
Reference in New Issue
Block a user