Skip to content

Commit

Permalink
feat: Use maintained release GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
mbevc1 committed Feb 22, 2023
1 parent 0551bfb commit c099cc7
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ jobs:
myToken: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
id: create_release
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#uses: actions/create-release@latest
uses: softprops/action-gh-release@v1
#env:
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: ${{ steps.changelog.outputs.changelog }}
#tag_name: ${{ github.ref }}
#release_name: Release ${{ github.ref }}
#body: ${{ steps.changelog.outputs.changelog }}
generate_release_notes: true
draft: false
prerelease: false

0 comments on commit c099cc7

Please sign in to comment.