fix: git commit

This commit is contained in:
devthejo 2023-11-17 10:39:24 +01:00
parent 965a8a4fd4
commit b12bb2c997
Signed by: devthejo
GPG key ID: C04215C627711F5C

View file

@ -35,5 +35,5 @@ runs:
git config user.name "forgejo-actions"
git config user.email "bot@devthefuture.org"
git add .
git commit --allow-empty -m "chore: update image tag to ${GITHUB_REF#refs/tags/}"
git commit --allow-empty -m "chore: update image tag to $TAG"
git push origin HEAD