We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce2329 commit a7d33b1Copy full SHA for a7d33b1
.github/workflows/build.yaml
@@ -91,7 +91,7 @@ jobs:
91
**/*.vsix
92
93
- name: Publish extension to Marketplace
94
- if: ${{ contains(github.event.head_commit.message, '[release]') }}
+ #if: ${{ contains(github.event.head_commit.message, '[release]') }}
95
uses: cezarypiatek/[email protected]
96
with:
97
extension-file: '${{ github.event.repository.name }}.vsix'
0 commit comments