Skip to content

Commit f6dbd7a

Browse files
committed
align tag and release name
1 parent 0ae6d21 commit f6dbd7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
github.rest.repos.createRelease({
4444
owner: context.repo.owner,
4545
repo: context.repo.repo,
46-
tag_name: '${{ github.event.inputs.version }}',
47-
name: 'Release ${{ github.event.inputs.version }}',
46+
tag_name: 'v${{ github.event.inputs.version }}',
47+
name: 'v${{ github.event.inputs.version }}',
4848
prerelease: '${{ github.event.inputs.version }}'.includes('RC')
4949
})

0 commit comments

Comments
 (0)