3
0

gitea actions ng32

This commit is contained in:
Michael Otto
2026-03-18 07:01:37 +01:00
parent 541261a15a
commit 1020929511

View File

@@ -253,7 +253,7 @@ jobs:
git add metadata.txt changelog.txt
git commit -m "Release $VERSION"
git push origin "$CHANNEL"
git -c http.extraheader="AUTHORIZATION: bearer $RELEASE_TOKEN" push origin HEAD:"$CHANNEL"
env:
CHANNEL: ${{ steps.daten.outputs.channel }}
VERSION: ${{ steps.daten.outputs.version }}