Skip to content

Commit d98fcd3

Browse files
committed
Fix macos release tag
1 parent 93d3ee8 commit d98fcd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
env:
149149
VSCODE_TARGET: ${{ matrix.vscode_target }}
150150
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
151-
TAG: ${{ inputs.version || github.ref_name }}
151+
TAG: ${{ inputs.version || github.event.pull_request.head.ref || github.ref_name }}
152152
# Ensure native modules are built from source to avoid prebuilds.
153153
npm_config_build_from_source: true
154154

0 commit comments

Comments
 (0)