We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974ee44 commit 452a25cCopy full SHA for 452a25c
1 file changed
.github/workflows/code-release.yml
@@ -127,4 +127,5 @@ jobs:
127
- name: Publish GitHub release
128
env:
129
GH_TOKEN: ${{ steps.app-token.outputs.token }}
130
- run: gh release edit "v${{ steps.version.outputs.version }}" --repo PostHog/code --draft=false
+ APP_VERSION: ${{ steps.version.outputs.version }}
131
+ run: gh release edit "v$APP_VERSION" --repo PostHog/code --draft=false
0 commit comments