Skip to content

Commit 0c43294

Browse files
authored
Update publish_package.yml
1 parent 02c330e commit 0c43294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Install Comfy CLI via pip
4141
run: |
42-
pip install --index-url https://test.pypi.org/simple/ comfy-cli==$VERSION
42+
pip install -i https://test.pypi.org/simple/ comfy-cli==${{env.VERSION}}
4343
comfy --help
4444
4545
- name: Publish distribution to Official PyPI
@@ -124,7 +124,7 @@ jobs:
124124
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
125125

126126
- name: Install Comfy CLI via pip
127-
run: pip install comfy-cli==$VERSION
127+
run: pip install comfy-cli==${{env.VERSION}}
128128

129129
- name: Test Comfy CLI Help
130130
run: comfy --help

0 commit comments

Comments
 (0)