Skip to content

v0.4.2

v0.4.2 #2

name: Update major release tag
on:
release:
types: [published]
jobs:
update-major-tag:
uses: coopnorge/github-workflow-release-tagger-for-github-workflows/.github/workflows/release-tagger-for-github-workflows.yaml@v0

Check failure on line 9 in .github/workflows/update-major-tag.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-major-tag.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/update-major-tag.yaml" -> "coopnorge/github-workflow-release-tagger-for-github-workflows/.github/workflows/release-tagger-for-github-workflows.yaml@v0" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
tag-name: ${{ github.event.release.tag_name }}
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write