From 4004b36bfaf161c2b05f04c482ea9ec1051c4e51 Mon Sep 17 00:00:00 2001 From: P0nk Date: Sun, 16 Oct 2022 11:53:29 +0200 Subject: [PATCH] Tag the merge commit instead of last commit in the PR The merge commit is more suitable since it provides some context and groups up all the commits. --- .github/workflows/bump-version.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 4ae1b4a5ed..c3d93080eb 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -2,9 +2,7 @@ name: Bump version on: - pull_request: - types: - - closed + push: branches: - master