Skip to content

Commit 3336dfe

Browse files
committed
chore(ci): fix tag collision on commit
1 parent 697c4ac commit 3336dfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install python packages
1919
run: python -m poetry install
2020
- name: Bump files
21-
run: python -m poetry run python run-ci.py bump --git-tag "$(git describe --tags)"
21+
run: python -m poetry run python run-ci.py bump --git-tag "${GITHUB_REF#refs/tags/}"
2222
- name: Build
2323
run: python -m poetry build
2424
- name: Auth

0 commit comments

Comments
 (0)