Skip to content

Release

Release #11

Workflow file for this run

name: Release
permissions:
contents: write
on:
workflow_dispatch:
workflow_run:
workflows: [CI]
types: [completed]
branches: [main]
jobs:
release:
if: github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success'
name: Release
# TODO: switch this to track main branch
uses: alphagov/govuk-infrastructure/.github/workflows/release.yml@add-version-tag

Check failure on line 18 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" -> "alphagov/govuk-infrastructure/.github/workflows/release.yml@add-version-tag" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets:
GH_TOKEN: ${{ secrets.GOVUK_CI_GITHUB_API_TOKEN }}