Skip to content

Commit a7d33b1

Browse files
committed
Changing pipeline [release]
1 parent dce2329 commit a7d33b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
**/*.vsix
9292
9393
- name: Publish extension to Marketplace
94-
if: ${{ contains(github.event.head_commit.message, '[release]') }}
94+
#if: ${{ contains(github.event.head_commit.message, '[release]') }}
9595
uses: cezarypiatek/[email protected]
9696
with:
9797
extension-file: '${{ github.event.repository.name }}.vsix'

0 commit comments

Comments
 (0)