Skip to content

Commit

Permalink
Oops - the release workflow needs to refer to a branch on *another* r…
Browse files Browse the repository at this point in the history
…epository, so don't use `master`, use `main` instead.
  • Loading branch information
sageserpent-open committed Aug 30, 2024
1 parent e6d4124 commit 60e84ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
release:
uses: guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@master
uses: guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@main
permissions: { contents: write, pull-requests: write }
secrets:
SONATYPE_TOKEN: ${{ secrets.AUTOMATED_MAVEN_RELEASE_SONATYPE_TOKEN }}
Expand Down

0 comments on commit 60e84ec

Please sign in to comment.