We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3806106 + 00820aa commit d90d62eCopy full SHA for d90d62e
2 files changed
.github/workflows/gitflow.yml
@@ -187,7 +187,7 @@ jobs:
187
- name: Checkout
188
uses: actions/checkout@v4
189
with:
190
- ref: ${{ env.SOURCE_BRANCH }}
+ ref: ${{ env.SOURCE_COMMIT }}
191
token: ${{ env.TOKEN }}
192
193
- name: Checkout commit
changelog.md
@@ -1,3 +1,7 @@
1
+## 2.2.4
2
+
3
+- fix: solve issue that gitflow is failed if source branch is removed
4
5
## 2.2.3
6
7
- fix: solve issue that CHANGELOG input is not used on everywhere
0 commit comments