Skip to content

Commit 6d57620

Browse files
Follow advice from guardian/gha-scala-library-release-workflow#51 to make sure the publishing action works correctly on GitHub.
1 parent bd018b7 commit 6d57620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
release:
8-
uses: guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@main
8+
uses: guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@v1
99
permissions: { contents: write, pull-requests: write }
1010
secrets:
1111
SONATYPE_TOKEN: ${{ secrets.AUTOMATED_MAVEN_RELEASE_SONATYPE_TOKEN }}

0 commit comments

Comments
 (0)