Skip to content

Commit

Permalink
fix: yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
elonmallin committed Nov 13, 2023
1 parent ad083dd commit 00c4103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

- name: Publish Extension
if: not(contains(github.ref, '-'))
if: ${{ !contains(github.ref, '-') }}
run: npx vsce publish --pre-release
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit 00c4103

Please sign in to comment.