Skip to content

Commit

Permalink
update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot committed Mar 10, 2024
1 parent dfcaec4 commit 7eee498
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,7 @@ jobs:
- run: ls -al
working-directory: dist
- name: release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: softprops/action-gh-release@v2
with:
body_path: dist/CHANGELOG.md
files: dist/*.tar.gz
Expand Down

0 comments on commit 7eee498

Please sign in to comment.