From fc2fc7b37de5a41948ee11eb3d9ab9a5b64af94a Mon Sep 17 00:00:00 2001 From: Subeom Choi Date: Fri, 16 Aug 2024 15:27:08 +0900 Subject: [PATCH 1/2] fix: solve issue that gitflow is failed if source branch is removed --- .github/workflows/gitflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitflow.yml b/.github/workflows/gitflow.yml index b3fa352..fb54dcc 100644 --- a/.github/workflows/gitflow.yml +++ b/.github/workflows/gitflow.yml @@ -187,7 +187,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: ${{ env.SOURCE_BRANCH }} + ref: ${{ env.SOURCE_COMMIT }} token: ${{ env.TOKEN }} - name: Checkout commit From 4eed710c0f6a4f02aeeaded35874e98b6e173d24 Mon Sep 17 00:00:00 2001 From: Subeom Choi Date: Fri, 16 Aug 2024 15:27:52 +0900 Subject: [PATCH 2/2] document: modify changelog.md --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 4ea185e..e4ac5ac 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 2.2.4 + +- fix: solve issue that gitflow is failed if source branch is removed + ## 2.2.3 - fix: solve issue that CHANGELOG input is not used on everywhere