Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Oct 19, 2023
1 parent bdfff66 commit e36d3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: auth0/dx-sdk-actions/release-create@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: ${{ github.event.pull_request.title }}
name: ${{ steps.get_version.outputs.version }}
body: ${{ github.event.pull_request.body }}
tag: ${{ steps.get_version.outputs.version }}
commit: ${{ github.sha }}
Expand Down

0 comments on commit e36d3e1

Please sign in to comment.