Skip to content

Release

Release #171

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 / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@break-workflow-up-into-smaller-reusable-files" (source branch with sha:ee41f43f40c7aaf686f9ef8433b34662df83dc3e) : No steps defined in `steps` and no workflow called in `uses` for the following jobs: push-release-commit
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 }}