fix(nc-gui): set output if env is shared between jobs

This commit is contained in:
Wing-Kam Wong
2022-10-25 18:32:01 +08:00
parent bcbd809cc7
commit b25e8a11fe
6 changed files with 51 additions and 37 deletions

View File

@@ -66,7 +66,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
ref: "refs/tags/${{ github.event.inputs.tag || inputs.tag }}",
sha: "${{ env.TARGET_SHA }}"
sha: "${{ steps.get-sha.outputs.TARGET_SHA }}"
})
- uses: actions/setup-node@v3
with: