We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e0254 commit 34ef815Copy full SHA for 34ef815
.github/workflows/release.yml
@@ -8,9 +8,22 @@ on:
8
tags:
9
- "v*.*.*"
10
11
+permissions:
12
+ id-token: write
13
+ attestations: write
14
+ contents: write
15
+
16
jobs:
17
release:
- uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v6
18
+ uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.2
19
with:
20
release_files: toolchains_protoc-*.tar.gz
21
prerelease: false
22
+ tag_name: ${{ github.ref_name }}
23
+ publish:
24
+ needs: release
25
+ uses: ./.github/workflows/publish.yaml
26
+ with:
27
28
+ secrets:
29
+ publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}
0 commit comments