Documented TagReleaseCommit.

This commit is contained in:
Patrick Lehmann
2025-09-03 07:56:18 +02:00
parent d62ba6c06b
commit 1c99a4a914
9 changed files with 200 additions and 12 deletions

View File

@@ -350,7 +350,7 @@ jobs:
# - StaticTypeCheck
- Package
- PublishToGitHubPages
if: needs.Prepare.outputs.is_release_commit && github.event_name != 'schedule'
if: needs.Prepare.outputs.is_release_commit == 'true' && github.event_name != 'schedule'
permissions:
contents: write # required for create tag
actions: write # required for trigger workflow