Skip to content

Release

Release #152

Workflow file for this run

name: Release
on:
workflow_dispatch:
jobs:
release:
uses: guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@break-workflow-up-into-smaller-reusable-files

Check failure on line 8 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. In .github/workflows/release.yml (Line: 8, Col: 11): Error from called workflow guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@break-workflow-up-into-smaller-reusable-files (Line: 396, Col: 25): Unrecognized named-value: 'jobs'. Located at position 1 within expression: jobs.init.outputs.release_type
permissions: { contents: write, pull-requests: write }
secrets:
SONATYPE_TOKEN: ${{ secrets.AUTOMATED_MAVEN_RELEASE_SONATYPE_TOKEN }}
PGP_PRIVATE_KEY: ${{ secrets.AUTOMATED_MAVEN_RELEASE_PGP_SECRET }}
GITHUB_APP_PRIVATE_KEY: ${{ secrets.AUTOMATED_MAVEN_RELEASE_GITHUB_APP_PRIVATE_KEY }}