Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KEGustafsson committed Apr 10, 2024
1 parent f6d6d83 commit d62bfe0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref }}
name: ${{ github.ref }}
body_path: ${{steps.github_release.outputs.changelog}}
token: ${{ secrets.PAT }}

0 comments on commit d62bfe0

Please sign in to comment.