mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-04 02:01:58 -05:00
Enabled npm publish during the release process
no issue
This commit is contained in:
parent
f8f8a4b597
commit
90012c473a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -21,6 +21,6 @@ jobs:
|
|||
registry-url: https://registry.npmjs.org/
|
||||
- run: yarn
|
||||
- run: grunt automated-release
|
||||
#- run: npm publish
|
||||
# env:
|
||||
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- run: npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue