diff --git a/uptag/action.yaml b/uptag/action.yaml index ebb9ae9..e6d816b 100644 --- a/uptag/action.yaml +++ b/uptag/action.yaml @@ -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 \ No newline at end of file