fix: release workflow commit url
All checks were successful
Publish Release / build-and-release (release) Successful in 3s

This commit is contained in:
AXOLOTsh
2026-07-15 00:59:55 +03:00
parent 5ba697d1bd
commit fb096692c9

View File

@@ -10,7 +10,7 @@ env:
PROJECT_NAME: ${{ github.event.repository.name }}
RELEASE_TAG: ${{ github.ref_name }}
RELEASE_BODY: ${{ github.event.release.body }}
COMMIT_URL: gitea.cheppyjam.ru/${{ github.repository }}/commit # overrode: ${{ github.server_url }}
COMMIT_URL: commit
CHANGELOG_FILE: "changelog.md"
# ------------------------