Skip to content

Commit

Permalink
Add back in the step that auto-publishes to the marketplace (#31)
Browse files Browse the repository at this point in the history
In the v0.16.1 release, the version was automatically pushed before the
PR was closed (this was expected, it was part of testing). The step that
was added back in as part of this PR was removed to prevent naming
conflicts.

The publish step will only run after a successful merge from a release
branch.
  • Loading branch information
esarver authored Jul 9, 2024
1 parent 175ba2b commit a7099df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
run: |
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > .npmrc
npm install --devDependencies
# npx vsce publish --packagePath extension/*.vsix
npx vsce publish --packagePath extension/*.vsix
env:
VSCE_PAT: ${{secrets.VSCE_PAT}}

Expand Down

0 comments on commit a7099df

Please sign in to comment.