We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d3ee8 commit d98fcd3Copy full SHA for d98fcd3
1 file changed
.github/workflows/release.yaml
@@ -148,7 +148,7 @@ jobs:
148
env:
149
VSCODE_TARGET: ${{ matrix.vscode_target }}
150
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
151
- TAG: ${{ inputs.version || github.ref_name }}
+ TAG: ${{ inputs.version || github.event.pull_request.head.ref || github.ref_name }}
152
# Ensure native modules are built from source to avoid prebuilds.
153
npm_config_build_from_source: true
154
0 commit comments