Skip to content

Commit e36d3e1

Browse files
committed
Update release.yml
1 parent bdfff66 commit e36d3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: auth0/dx-sdk-actions/release-create@latest
5555
with:
5656
token: ${{ secrets.GITHUB_TOKEN }}
57-
name: ${{ github.event.pull_request.title }}
57+
name: ${{ steps.get_version.outputs.version }}
5858
body: ${{ github.event.pull_request.body }}
5959
tag: ${{ steps.get_version.outputs.version }}
6060
commit: ${{ github.sha }}

0 commit comments

Comments
 (0)