Skip to content

fix: publishing rules coordinates #7

fix: publishing rules coordinates

fix: publishing rules coordinates #7

Workflow file for this run

---
name: Release
"on":
push:
tags:
- "v*.*.*"
workflow_dispatch:
inputs:
prerelease:
description: Pre-release
type: boolean
default: false
artifact:
description: Artifact
type: string
default: "rules_graalvm"
dry:
description: Dry-run
type: boolean
default: false
permissions:
contents: read
jobs:
release:
name: "Release: BCR"
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v2
with:
release_files: rules_graalvm-*.zip
prerelease: ${{ inputs.prerelease }}

Check failure on line 33 in .github/workflows/on.release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/on.release.yml (Line: 33, Col: 19): Invalid input, prerelease is not defined in the referenced workflow.