Skip to content

Commit

Permalink
fix: Pretend to do something
Browse files Browse the repository at this point in the history
  • Loading branch information
vhfmag committed Aug 30, 2021
1 parent 96e3726 commit eebb9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 10.x
- run: npm install
- name: Publish
if: success() && startsWith( github.ref, 'refs/tags/releases/' )
if: success() && startsWith( github.ref, 'refs/tags/releases/')
run: npm run deploy
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit eebb9be

Please sign in to comment.