Skip to content

Commit

Permalink
fix: restore standard publishing rules
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed Jan 6, 2024
1 parent d0d8285 commit ee41e97
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/on.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ permissions:
jobs:
release:
name: "Release: BCR"
uses: elide-dev/bazel-contrib/.github/workflows/release_ruleset.yaml@feat/provenance
uses: bazel-contrib/.github/workflows/release_ruleset.yaml@master
with:
release_files: rules_graalvm-*.zip
prerelease: ${{ inputs.prerelease }}
artifact: ${{ inputs.artifact }}
dry: ${{ inputs.dry }}
generate_release_notes: true
retention_days: 7
provenance: true

0 comments on commit ee41e97

Please sign in to comment.