We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 697c4ac + 3336dfe commit 36b6b64Copy full SHA for 36b6b64
1 file changed
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install python packages
19
run: python -m poetry install
20
- name: Bump files
21
- run: python -m poetry run python run-ci.py bump --git-tag "$(git describe --tags)"
+ run: python -m poetry run python run-ci.py bump --git-tag "${GITHUB_REF#refs/tags/}"
22
- name: Build
23
run: python -m poetry build
24
- name: Auth
0 commit comments