Skip to content

Commit

Permalink
feat: update create release in gh action
Browse files Browse the repository at this point in the history
update to gh release create
  • Loading branch information
cerico committed Aug 10, 2023
1 parent 6843935 commit a7adc82
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,9 @@ jobs:
- name: Create Release
if: steps.changelog.outputs.tag
uses: actions/create-release@v1
run: gh release create ${{ steps.changelog.outputs.tag }} --notes-file notes.text
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.changelog.outputs.tag }}
release_name: Release ${{ steps.changelog.outputs.tag }}
body_path: notes.text

- name: Setup Node.js environment
uses: actions/setup-node@v2
Expand Down

0 comments on commit a7adc82

Please sign in to comment.