Skip to content

Commit 2035a54

Browse files
committed
.
1 parent 457a37e commit 2035a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Check package metadata
3434
env:
3535
GITHUB_REF: ${{ github.ref }}
36-
run: python scripts/check_package.py "${github.ref}"
36+
run: python scripts/check_package.py "${GITHUB_REF}"
3737
- name: Install pypa/build
3838
run: |
3939
# Be wary of running `pip install` here, since it becomes easy for us to

0 commit comments

Comments
 (0)