Skip to content

Commit ef4a468

Browse files
committed
Fixing yaml [release]
1 parent cc11ebc commit ef4a468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
**/*.vsix
9191
9292
- name: Publish extension to Marketplace
93-
if: contains(github.event.head_commit.message, '[release]') }}
93+
if: ${{ contains(github.event.head_commit.message, '[release]') }}
9494
uses: cezarypiatek/[email protected]
9595
with:
9696
extension-file: '${{ github.event.repository.name }}.vsix'

0 commit comments

Comments
 (0)