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 d62bfe0 commit 10a8b64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +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}}
tag_name: xxxxxxxxxxxxxxxx
name: yyyyyyyyyyyyyy
body_path: zzzzzzzzzzzzzzzzzzzz
token: ${{ secrets.PAT }}

0 comments on commit 10a8b64

Please sign in to comment.