We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c7b16 commit fbf0da8Copy full SHA for fbf0da8
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