From 00ddcbd9ff01159949754749314579f06604a508 Mon Sep 17 00:00:00 2001 From: Simone Date: Tue, 5 May 2026 00:39:33 +0200 Subject: [PATCH] ci: remove [skip ci] from dist pushback commit message --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5050426..f42aee3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -317,6 +317,6 @@ jobs: git config user.email "github-actions[bot]@users.noreply.github.com" git remote add gitea "https://x-token:${GITEA_TOKEN}@gitea.emulab.it/Simone/nsis-plugin-ns7zip.git" git add dist/ - git diff --cached --quiet || git commit -m "chore: update dist/ DLLs for ${tag} [skip ci]" + git diff --cached --quiet || git commit -m "chore: update dist/ DLLs for ${tag}" git push gitea HEAD:main