Skip to content

Workflow file for this run

name: GPR release
on:
release:
types: [published]
jobs:
artifact-build:
name: Artifact
uses: ./.github/workflows/template-build.yml

Check failure on line 9 in .github/workflows/release-gpr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-gpr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release-gpr.yml" -> "./.github/workflows/template-build.yml" : failed to fetch workflow: workflow was not found.
publish-gpr:
name: GPR
needs: artifact-build
uses: ./.github/workflows/template-publish.yml
with:
registry-url: https://npm.pkg.github.com/
secrets:
AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}