mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05: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
eb8a37de54
commit
f3ed6ace12
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -24,4 +24,4 @@ jobs:
|
|||
- run: grunt release --skip-tests
|
||||
- run: npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
|
||||
- run: npm publish
|
||||
- uses: tryghost/action-ghost-release@master
|
||||
- uses: tryghost/action-ghost-release@main
|
||||
|
|
Loading…
Reference in a new issue