Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d98fcd3

Browse filesBrowse files
committed
Fix macos release tag
1 parent 93d3ee8 commit d98fcd3
Copy full SHA for d98fcd3

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/release.yaml‎

Copy file name to clipboardExpand all lines: .github/workflows/release.yaml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.