Skip to content

.github/workflows/release.yml #2

.github/workflows/release.yml

.github/workflows/release.yml #2

Workflow file for this run

name: Create release
permissions:
contents: write # required to create releases
issues: read # required to fetch labels
pull-requests: read # required to fetch labels
on:
pull_request:
types:
- closed
branches:
- master
workflow_dispatch:
jobs:
create-release:
if: github.event.pull_request.merged
uses: MediaMarktSaturn/cp-github-actions/.github/workflows/[email protected]

Check failure on line 19 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" -> "MediaMarktSaturn/cp-github-actions/.github/workflows/[email protected]" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.