Skip to content

Commit 36b6b64

Browse files
authored
Merge pull request #45 from TankerHQ/jul/fix-tag-resolution
chore(ci): fix tag collision on commit
2 parents 697c4ac + 3336dfe commit 36b6b64

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)