Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emielb authored Dec 18, 2023
1 parent de13e6e commit e4c239b
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 @@ -55,7 +55,7 @@ jobs:

- name: Release on Marketplace
# This is a Marketplace (Manage) Azure DevOps personal access token. Choose "All accessible organizations"!
run: npx vsce publish -p ${{ secrets.MARKETPLACE_TOKEN }} --no-git-tag-version
run: npx @vscode/vsce publish -p ${{ secrets.MARKETPLACE_TOKEN }} --no-git-tag-version

- name: Release on Github
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit e4c239b

Please sign in to comment.