Update .gitea/workflows/lightless-tag-and-release.yml
Some checks failed
Tag and Release Lightless / tag-and-release (push) Failing after 31s

This commit is contained in:
2025-10-05 08:04:34 +02:00
parent fd5522b90a
commit ee8d05ca7a

View File

@@ -122,7 +122,7 @@ jobs:
)
release_id=$(echo "$response" | jq -r .id)
echo "release_id=$release_id" >> "$GITHUB_OUTPUT"
echo "release_id=$release_id" >> $GITHUB_OUTPUT
- name: Create Release (dev)
if: github.ref == 'refs/heads/dev'