Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lostintangent authored May 12, 2021
1 parent 2a9bcac commit f3a5ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- run: npm run build
- name: Publish to VS Marketplace
if: success() && startsWith(github.ref, 'refs/tags/')
run: vsce publish --web
run: npx vsce publish --web
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

1 comment on commit f3a5ae1

@joaomoreno
Copy link
Member

@joaomoreno joaomoreno commented on f3a5ae1 May 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lostintangent Yeah, good one. It still seems like it failed. I wonder if the token is somehow not working properly?

Did you check all these options?

token

Please sign in to comment.