Skip to content

Commit 790c0e0

Browse files
committed
More publish tweaks
1 parent dbc2d78 commit 790c0e0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ on:
2121
type: string
2222
jobs:
2323
publish:
24-
uses: bazel-contrib/publish-to-bcr/.github/workflows/[email protected].2
24+
uses: bazel-contrib/publish-to-bcr/.github/workflows/[email protected].3
2525
with:
26-
open_pull_request: false
26+
draft: false
2727
tag_name: ${{ inputs.tag_name }}
2828
# GitHub repository which is a fork of the upstream where the Pull Request will be opened.
2929
registry_fork: stackb/bazel-central-registry

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
release:
2323
uses: bazel-contrib/.github/.github/workflows/[email protected]
2424
with:
25-
release_files: |
26-
rules_proto-*.tar.gz
2725
prerelease: false
26+
release_files: rules_proto-*.tar.gz
2827
tag_name: ${{ inputs.tag_name || github.ref_name }}
2928
secrets:
3029
inherit

0 commit comments

Comments
 (0)