Skip to content

Commit 9e74fa8

Browse files
authored
Merge pull request #26 from TankerHQ/jul/fix-tags
chore(ci): fix tag collision on commit
2 parents d2c7b16 + fbf0da8 commit 9e74fa8

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
@@ -26,4 +26,4 @@ jobs:
2626
env:
2727
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
2828
- name: Deploy
29-
run: python -m poetry run python run-ci.py deploy --version "$(git describe --tags)"
29+
run: python -m poetry run python run-ci.py deploy --version "${GITHUB_REF#refs/tags/}"

0 commit comments

Comments
 (0)