Skip to content

Commit

Permalink
Merge pull request #45 from TankerHQ/jul/fix-tag-resolution
Browse files Browse the repository at this point in the history
chore(ci): fix tag collision on commit
  • Loading branch information
JMounier authored Aug 3, 2021
2 parents 697c4ac + 3336dfe commit 36b6b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install python packages
run: python -m poetry install
- name: Bump files
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/}"
- name: Build
run: python -m poetry build
- name: Auth
Expand Down

0 comments on commit 36b6b64

Please sign in to comment.