Skip to content

Commit

Permalink
chore(workflow): 💬 update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MerleLiuKun committed Jan 24, 2022
1 parent 04cfb4f commit ef9845f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

- name: Generate Changelog
run: |
VERSION=$(hack/version.sh)
hack/changelog.sh $VERSION > NEW-VERSION-CHANGELOG.md
VERSION=$(.github/hack/version.sh)
.github/hack/changelog.sh $VERSION > NEW-VERSION-CHANGELOG.md
- name: Publish
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit ef9845f

Please sign in to comment.