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:
Joe Grigg 2022-01-11 15:35:00 +00:00 committed by Joe Grigg
parent b3c12bd435
commit 60ff6d4267

View File

@ -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