Skip to content

Commit

Permalink
release: 2.2.4 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOF authored Aug 16, 2024
2 parents 3806106 + 00820aa commit d90d62e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d90d62e

Please sign in to comment.