Skip to content

Commit 8333372

Browse files
ci: update condition for triggering update-winget job to use explicit extension name
1 parent e334eb4 commit 8333372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-winget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
jobs:
3434
update-winget:
3535
# Only run if this is a matching extension release
36-
if: github.event_name == 'workflow_dispatch' || startsWith(github.event.release.name, '${{ env.EXTENSION_NAME }} Extension')
36+
if: github.event_name == 'workflow_dispatch' || startsWith(github.event.release.name, 'WebSearchShortcut Extension')
3737
runs-on: windows-latest
3838
steps:
3939
- name: Checkout code

0 commit comments

Comments
 (0)