Skip to content

Commit

Permalink
build(actions): Fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
nonara committed Aug 16, 2021
1 parent 1b32020 commit 9e4b0b9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Create GitHub Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ncipollo/release-action@v1
with:
release_name: Release ${{ steps.publish_tag.outputs.tag_name }}
tag_name: ${{ steps.publish_tag.outputs.tag_name }}
body_path: RELEASE_BODY.md
bodyFile: "RELEASE_BODY.md"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9e4b0b9

Please sign in to comment.