From 60ff6d4267087655222da8b9b75b4d3afec4a402 Mon Sep 17 00:00:00 2001 From: Joe Grigg Date: Tue, 11 Jan 2022 15:35:00 +0000 Subject: [PATCH] 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. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17aff82f6f..01c451aeaa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,4 +27,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