mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 14:47:14 +00:00
fix(nc-gui): set output if env is shared between jobs
This commit is contained in:
2
.github/workflows/release-draft.yml
vendored
2
.github/workflows/release-draft.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user