Skip to content

Commit 4e03902

Browse files
committed
Merge branch 'DBTOOLS-1747_fix_release_workflow' into 'master'
DBTOOLS-1747 fixed release See merge request codekeeper/pgcodekeeper-cli!14
2 parents 995602f + 52e0690 commit 4e03902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
with:
40-
tag_name: ${{ env.RELEASE_VERSION }}
40+
tag_name: v${{ env.RELEASE_VERSION }}
4141
release_name: pgCodeKeeper ${{ env.RELEASE_VERSION }}
4242
draft: false
4343
prerelease: false

0 commit comments

Comments
 (0)