We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff88cf commit 0cb7fcaCopy full SHA for 0cb7fca
.github/actions/assemble-release/action.yml
@@ -20,7 +20,7 @@ runs:
20
- name: Set RELEASE_STAGING
21
if: ${{ !env.RELEASE_STAGING}}
22
shell: bash
23
- run: echo 'KSP_ROOT=${{ '/tmp/release' }}' >> "$GITHUB_ENV"
+ run: echo 'RELEASE_STAGING=${{ '/tmp/release' }}' >> "$GITHUB_ENV"
24
25
- name: Assemble Release
26
0 commit comments