We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2c7b16 + fbf0da8 commit 9e74fa8Copy full SHA for 9e74fa8
1 file changed
.github/workflows/deploy.yml
@@ -26,4 +26,4 @@ jobs:
26
env:
27
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
28
- name: Deploy
29
- run: python -m poetry run python run-ci.py deploy --version "$(git describe --tags)"
+ run: python -m poetry run python run-ci.py deploy --version "${GITHUB_REF#refs/tags/}"
0 commit comments