Skip to content

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: elide-dev/bazel-contrib/.github/workflows/release_ruleset.yaml@feat/provenance

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

View workflow run for this annotation

GitHub Actions / .github/workflows/on.release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/on.release.yml" -> "elide-dev/bazel-contrib/.github/workflows/release_ruleset.yaml@feat/provenance" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
release_files: rules_graalvm-*.zip
prerelease: ${{ inputs.prerelease }}
artifact: ${{ inputs.artifact }}
dry: ${{ inputs.dry }}
generate_release_notes: true
retention_days: 7
provenance: true