Skip to content

Commit

Permalink
update github release
Browse files Browse the repository at this point in the history
  • Loading branch information
KenyonY committed Nov 15, 2023
1 parent a95ab36 commit 3af57a0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Create Release

- name: Create Release and Generate Notes
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ github.ref }}
release_name: 💫 Release ${{ github.ref }}
body: |
See ChangeLog
draft: false
prerelease: false
generate_release_notes: true

0 comments on commit 3af57a0

Please sign in to comment.