Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…make sure the publishing action works correctly on GitHub.
  • Loading branch information
sageserpent-open committed Dec 11, 2024
1 parent bd018b7 commit 6d57620
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@main
uses: guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@v1
permissions: { contents: write, pull-requests: write }
secrets:
SONATYPE_TOKEN: ${{ secrets.AUTOMATED_MAVEN_RELEASE_SONATYPE_TOKEN }}
Expand Down

0 comments on commit 6d57620

Please sign in to comment.