Skip to content

Commit 452a25c

Browse files
committed
Use env var for step output in release workflow
1 parent 974ee44 commit 452a25c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/code-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,5 @@ jobs:
127127
- name: Publish GitHub release
128128
env:
129129
GH_TOKEN: ${{ steps.app-token.outputs.token }}
130-
run: gh release edit "v${{ steps.version.outputs.version }}" --repo PostHog/code --draft=false
130+
APP_VERSION: ${{ steps.version.outputs.version }}
131+
run: gh release edit "v$APP_VERSION" --repo PostHog/code --draft=false

0 commit comments

Comments
 (0)