Skip to content

Commit

Permalink
fix: issue with building release in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymeh committed Aug 31, 2022
1 parent f55335d commit 0452e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
draft: false
name: ${{ github.ref }}
name: ${{github.ref_name}}
body_path: ${{ github.workspace }}-CHANGELOG.txt
generate_release_notes: false
token: ${{ secrets.MY_PAT }}

0 comments on commit 0452e88

Please sign in to comment.