Skip to content

Commit d90d62e

Browse files
authored
release: 2.2.4 (#25)
2 parents 3806106 + 00820aa commit d90d62e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/gitflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
- name: Checkout
188188
uses: actions/checkout@v4
189189
with:
190-
ref: ${{ env.SOURCE_BRANCH }}
190+
ref: ${{ env.SOURCE_COMMIT }}
191191
token: ${{ env.TOKEN }}
192192

193193
- name: Checkout commit

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.4
2+
3+
- fix: solve issue that gitflow is failed if source branch is removed
4+
15
## 2.2.3
26

37
- fix: solve issue that CHANGELOG input is not used on everywhere

0 commit comments

Comments
 (0)