Skip to content

Commit 0cb7fca

Browse files
authored
assemble-release action: fix setting release staging env var
1 parent 1ff88cf commit 0cb7fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/assemble-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
- name: Set RELEASE_STAGING
2121
if: ${{ !env.RELEASE_STAGING}}
2222
shell: bash
23-
run: echo 'KSP_ROOT=${{ '/tmp/release' }}' >> "$GITHUB_ENV"
23+
run: echo 'RELEASE_STAGING=${{ '/tmp/release' }}' >> "$GITHUB_ENV"
2424

2525
- name: Assemble Release
2626
shell: bash

0 commit comments

Comments
 (0)