From ce7143060ec442f69319bcea066d5f3e2ca2a223 Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Wed, 7 Jun 2023 00:24:25 -0400 Subject: [PATCH] chore(ci): to run release note on all tag Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- .github/workflows/release-notes.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 850d942f..6b816a41 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -14,10 +14,10 @@ name: release-notes on: - workflow_dispatch: push: tags: - - 'v[0-9]+.[0-9]+.[0-9]+' + - '*' + workflow_dispatch: env: # This special value tells pypi that the user identity is supplied within the token HATCH_INDEX_USER: __token__ @@ -80,6 +80,7 @@ jobs: run: | git config --global user.name "${{ steps.import-gpg.outputs.name }}" git config --global user.email "${{ steps.import-gpg.outputs.email }}" + git pull --autostash --no-edit --gpg-sign --ff echo "Bumping version to dev..." && hatch version patch && hatch version dev