Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 8e6eab9

Browse files
committed
[chore] 🔧 chore: add conditional for release event in workflow
1 parent 4290b35 commit 8e6eab9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545

4646
- name: Upload vsix to Release
4747
uses: ncipollo/release-action@v1
48+
if: github.event_name == 'release'
4849
with:
4950
allowUpdates: true
5051
omitBody: true

0 commit comments

Comments
 (0)