mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Updated github release action to use new main branch of ghost-release
no issue - We have switched over to using the new git standard of using the main branch rather than master.
This commit is contained in:
parent
b3c12bd435
commit
60ff6d4267
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -27,4 +27,4 @@ jobs:
|
|||||||
- run: grunt release --skip-tests
|
- run: grunt release --skip-tests
|
||||||
- run: npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
|
- run: npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
|
||||||
- run: npm publish
|
- run: npm publish
|
||||||
- uses: tryghost/action-ghost-release@master
|
- uses: tryghost/action-ghost-release@main
|
||||||
|
Loading…
Reference in New Issue
Block a user