Skip to content

Commit fbf0da8

Browse files
committed
chore(ci): fix tag collision on commit
1 parent d2c7b16 commit fbf0da8

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)