Skip to content

Update test.yml

Update test.yml #10

Workflow file for this run

name: Puzzles HQ workflow
on:
release:
types: [published]
jobs:
publish-release:
uses: PuzzlesHQ/.github/workflows/maven-publishing.yml@main

Check failure on line 9 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
secrets: inherit
with:
TAG_NAME: ${{ github.event.release.tag_name }}