We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995602f commit 52e0690Copy full SHA for 52e0690
.github/workflows/release.yaml
@@ -37,7 +37,7 @@ jobs:
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
with:
40
- tag_name: ${{ env.RELEASE_VERSION }}
+ tag_name: v${{ env.RELEASE_VERSION }}
41
release_name: pgCodeKeeper ${{ env.RELEASE_VERSION }}
42
draft: false
43
prerelease: false
0 commit comments