Skip to content

Commit

Permalink
Merge pull request #26 from Guovin/dev
Browse files Browse the repository at this point in the history
test:release version
  • Loading branch information
Guovin authored Mar 27, 2024
2 parents 08b126c + f72d316 commit 24f69b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Get changelog
id: get_changelog
run: |
echo "changelog=$(sed -n '/## ${{ env.version }}/,/^##/p' CHANGELOG.md)" >> $GITHUB_ENV
echo "changelog=$(sed -n '/## v'${version}'/,/## v[0-9]\.[0-9]\.[0-9]\|^$/p' CHANGELOG.md)" >> $GITHUB_ENV
- name: Print Changelog
id: print_changelog
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@

### 2024/3/28

## -test
#### -test

-test

0 comments on commit 24f69b2

Please sign in to comment.