From e334cf943576a93c72e69def621fe842b79cbb5c Mon Sep 17 00:00:00 2001 From: Oliver Weyhmueller Date: Tue, 7 Jan 2025 14:55:02 +0100 Subject: [PATCH] chore: fix ci --- .forgejo/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index b329d1a..c45ad2a 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -61,7 +61,7 @@ jobs: JRELEASER_GPG_SECRET_KEY: ${{ env.GPG_PRIVATE_KEY }} - name: "Commit and push changes" - uses: https://w9r.dev/w9r.dev/action-git-commit-push@main + uses: https://w9r.dev/w9r.dev/action-git-commit-push@v1.4 with: email: ${{ steps.initialize.outputs.gitemail }} name: ${{ steps.initialize.outputs.gituser }}