Skip to content

Commit 493b987

Browse files
committed
fix: allow immutable releases
1 parent ceaff54 commit 493b987

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
type: string
2222
jobs:
2323
publish:
24-
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v0.2.3
24+
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.1.0
2525
with:
2626
tag_name: ${{ inputs.tag_name }}
2727
# GitHub repository which is a fork of the upstream where the Pull Request will be opened.

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,14 @@ jobs:
4747
retention-days: 1
4848
release:
4949
needs: build
50-
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.3
50+
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.4
5151
with:
5252
release_files: |
5353
go-binaries/*
5454
bazel-lib-*.tar.gz
5555
prerelease: false
5656
tag_name: ${{ inputs.tag_name || github.ref_name }}
57+
draft: true
5758
publish:
5859
needs: release
5960
uses: ./.github/workflows/publish.yaml

0 commit comments

Comments
 (0)