Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 2badf5d

Browse files
committed
[ci] fix release workflow
1 parent 48018f3 commit 2badf5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020

2121
- id: version
2222
run: |
23-
printf "::set-output name=version::%s\n" $(python -c "import runpy; print(runpy.run_path('venvstarter/__init__.py')['VERSION'])")
24-
printf "::set-output name=versiondash::%s\n" $(python -c "import runpy; print(runpy.run_path('venvstarter/__init__.py')['VERSION'].replace('.', '-'))")
23+
printf "::set-output name=version::%s\n" $(python -c "import runpy; print(runpy.run_path('venvstarter.py')['VERSION'])")
24+
printf "::set-output name=versiondash::%s\n" $(python -c "import runpy; print(runpy.run_path('venvstarter.py')['VERSION'].replace('.', '-'))")
2525
2626
- id: package
2727
run: >

0 commit comments

Comments
 (0)