We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856dbf6 commit 56c264cCopy full SHA for 56c264c
1 file changed
.github/workflows/python-publish.yml
@@ -93,7 +93,7 @@ jobs:
93
- name: Build JSON Schemas
94
run: tox -e generate_json_schemas
95
env:
96
- TARGET_VERSION: ${{ env.REF_NAME }}
+ TARGET_VERSION: ${{ github.ref_name }}
97
- name: Run kroki with docker
98
run: |
99
docker compose up -d
0 commit comments