Fix macos release tag

This commit is contained in:
Asher
2026-05-28 13:21:14 -08:00
parent 93d3ee8ab1
commit d98fcd3598

View File

@@ -148,7 +148,7 @@ jobs:
env:
VSCODE_TARGET: ${{ matrix.vscode_target }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: ${{ inputs.version || github.ref_name }}
TAG: ${{ inputs.version || github.event.pull_request.head.ref || github.ref_name }}
# Ensure native modules are built from source to avoid prebuilds.
npm_config_build_from_source: true