We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b7dfc commit e1649a6Copy full SHA for e1649a6
.github/workflows/release.yml
@@ -42,6 +42,11 @@ jobs:
42
workflow: build.yml
43
# Use the branch from the manual input instead of hardcoding 'main'.
44
branch: ${{ github.event.inputs.source_branch }}
45
+
46
+ # Tell the action to look for artifacts created by a 'pull_request' event.
47
+ event: pull_reques
48
49
50
# We use a wildcard (*) because the artifact name from the build workflow
51
# contains a dynamic commit SHA (e.g., vscode-reh-web-linux-x64-0.0.0-dev-...).
52
name: npm-package
@@ -93,4 +98,4 @@ jobs:
93
98
draft: false
94
99
# Automatically generate release notes from commits since the last release.
95
100
generate_release_notes: true
96
-
101
0 commit comments