Skip to content

Release

Release #164

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:244300d2f4b5c5b8c9981297f5be850f8e008ec4) : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
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 }}