ci: fix release version

Co-authored-by: Gemini <gemini@google.com>
This commit is contained in:
2026-02-14 02:07:44 +01:00
parent cabb8291cb
commit d85f72fc92

View File

@@ -64,7 +64,7 @@ jobs:
# Create release and upload PDF # Create release and upload PDF
# Note: softprops works very well on recent Gitea # Note: softprops works very well on recent Gitea
- name: Create Release - name: Create Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v1
if: ${{ steps.version.outputs.tag != '' }} # Safety check if: ${{ steps.version.outputs.tag != '' }} # Safety check
with: with:
tag_name: ${{ steps.version.outputs.tag }} tag_name: ${{ steps.version.outputs.tag }}