Skip to content

Commit dd49f29

Browse files
committed
add publish-bcr job
1 parent 5a9ca02 commit dd49f29

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jobs:
4747
files: rules_python-*.tar.gz
4848
tag_name: 1.0.0 # TODO remove
4949

50-
##publish_bcr:
51-
## name: Publish to BCR
52-
## needs: release
53-
## uses: .github/workflows/publish.yaml
54-
## with:
55-
## tag_name: ${{ github.ref_name }}
56-
## secrets:
57-
## BCR_PUBLISH_TOKEN: ${{ secrets.BCR_PUBLISH_TOKEN }}
50+
publish_bcr:
51+
name: Publish to BCR
52+
needs: build
53+
uses: .github/workflows/publish.yaml
54+
with:
55+
tag_name: ${{ github.ref_name }}
56+
secrets:
57+
BCR_PUBLISH_TOKEN: ${{ secrets.BCR_PUBLISH_TOKEN }}
5858

5959
##publish_pypi:
6060
## # We just want publish_pypi last, since once uploaded, it can't be changed.

0 commit comments

Comments
 (0)