Skip to content

Commit

Permalink
Revert "Check we can read the RELEASE_VERSION from the release workflow"
Browse files Browse the repository at this point in the history
This reverts commit ad87a97.
  • Loading branch information
rtyley committed Jan 23, 2024
1 parent 0e2e642 commit 9411fa6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ on:

jobs:
release:
uses: guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@output-version-to-caller-workflow-to-support-post-release-actions-like-npm
uses: guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@main
permissions: { contents: write, pull-requests: write }
secrets:
SONATYPE_PASSWORD: ${{ secrets.AUTOMATED_MAVEN_RELEASE_SONATYPE_PASSWORD }}
PGP_PRIVATE_KEY: ${{ secrets.AUTOMATED_MAVEN_RELEASE_PGP_SECRET }}
check-output-version:
runs-on: ubuntu-latest
needs: release
steps:
- run: echo "The release version was ${{ needs.release.outputs.RELEASE_VERSION }}"

0 comments on commit 9411fa6

Please sign in to comment.