Skip to content

Commit

Permalink
Use gh CLI instead of softprops/action-gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
janhicken committed Sep 7, 2022
1 parent ff3f16a commit 660db04
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v3
- uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: gh release create ${{ github.ref_name }} --generate-notes

0 comments on commit 660db04

Please sign in to comment.