Skip to content

Commit 9a71a0c

Browse files
fix: use version env variable on publish
1 parent baa5f09 commit 9a71a0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
run: WRITER_FRAMEWORK_VERSION=${{ steps.extract_version.outputs.version }} poetry run alfred install.ci
6767

6868
- name: publish on pypi
69-
run: |
70-
poetry run alfred publish.pypi
69+
run: WRITER_FRAMEWORK_VERSION=${{ steps.extract_version.outputs.version }} poetry run alfred publish.pypi
7170
env:
7271
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)