Skip to content

Commit ebc361d

Browse files
committed
hotfix: repo url
1 parent 430c1ae commit ebc361d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ jobs:
121121
ls
122122
mkdir -p ./dist
123123
mv *.whl ./dist
124+
- name: Export Repo URL
125+
run: echo "REPO_URL=https://github.com/${{ github.repository }}.git" >> $GITHUB_ENV
124126
- name: Set default for env.NEW_TAG
125127
run: echo "NEW_TAG=NO_NEW_TAG" >> $GITHUB_ENV
126128
- name: Export Branch Name

0 commit comments

Comments
 (0)