We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc11ebc commit ef4a468Copy full SHA for ef4a468
.github/workflows/build.yaml
@@ -90,7 +90,7 @@ jobs:
90
**/*.vsix
91
92
- name: Publish extension to Marketplace
93
- if: contains(github.event.head_commit.message, '[release]') }}
+ if: ${{ contains(github.event.head_commit.message, '[release]') }}
94
uses: cezarypiatek/[email protected]
95
with:
96
extension-file: '${{ github.event.repository.name }}.vsix'
0 commit comments