Skip to content

Commit d196451

Browse files
authored
1 parent 68b0213 commit d196451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Prepare workspace snippet
1616
run: .github/workflows/workspace_snippet.sh > release_notes.txt
1717
- name: Build wheel dist
18-
run: bazel build --stamp --embed_label=${{ env.GITHUB_REF_NAME }} //python/runfiles:wheel.dist
18+
run: bazel build --stamp --embed_label=${{ github.ref_name }} //python/runfiles:wheel.dist
1919
- name: Publish runfiles package to PyPI
2020
uses: pypa/gh-action-pypi-publish@release/v1
2121
with:

0 commit comments

Comments
 (0)