There was an error while loading. Please reload this page.
1 parent 0ae6d21 commit f6dbd7aCopy full SHA for f6dbd7a
1 file changed
.github/workflows/publish.yml
@@ -43,7 +43,7 @@ jobs:
43
github.rest.repos.createRelease({
44
owner: context.repo.owner,
45
repo: context.repo.repo,
46
- tag_name: '${{ github.event.inputs.version }}',
47
- name: 'Release ${{ github.event.inputs.version }}',
+ tag_name: 'v${{ github.event.inputs.version }}',
+ name: 'v${{ github.event.inputs.version }}',
48
prerelease: '${{ github.event.inputs.version }}'.includes('RC')
49
})
0 commit comments