8000
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 68b0213 commit d196451Copy full SHA for d196451
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Prepare workspace snippet
16
run: .github/workflows/workspace_snippet.sh > release_notes.txt
17
- name: Build wheel dist
18
- run: bazel build --stamp --embed_label=${{ env.GITHUB_REF_NAME }} //python/runfiles:wheel.dist
+ run: bazel build --stamp --embed_label=${{ github.ref_name }} //python/runfiles:wheel.dist
19
- name: Publish runfiles package to PyPI
20
uses: pypa/gh-action-pypi-publish@release/v1
21
with:
0 commit comments