From cb094c83e6432fc359637e9692e8e393c06e2e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eirik=20Brandtz=C3=A6g?= Date: Wed, 9 Jun 2021 20:50:27 +0200 Subject: [PATCH] Commit after version --no-git-tag-version doesn't commit, as well as it doesn't tag. --- .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 e7c69a2..4b52ee9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: echo "PKG_VERSION=$VER" >> $GITHUB_ENV - name: Git commit - run: git commit -am "Automatic update ${{ env.PGK_VERSION }}!" || true + run: git commit -am "Automatic update ${{ env.PKG_VERSION }}!" || true - name: Git push run: git push