Skip to content

Commit

Permalink
chore(release): 🐛 fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
MerleLiuKun committed Jan 20, 2022
1 parent 888612d commit 6b80196
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- name: Generate Changelog
run: |
VERSION=$(hack/version.sh)
hack/changelog.sh $VERSION > $VERSION-CHANGELOG.md
hack/changelog.sh $VERSION > NEW-VERSION-CHANGELOG.md
- name: Publish
uses: softprops/action-gh-release@v1
with:
body_path: $VERSION-CHANGELOG.md
body_path: NEW-VERSION-CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.4.2](https://github.com/sns-sdks/go-twitter/v0.4.2) (2022-01-20)
## [0.4.3](https://github.com/sns-sdks/go-twitter/v0.4.3) (2022-01-20)

- Fix README invalid links.
- Update examples for library
Expand Down

0 comments on commit 6b80196

Please sign in to comment.