Skip to content

Commit

Permalink
chore: Update pre-release workflow to include publishing as pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
isbecker committed Jun 25, 2024
1 parent f3138ee commit 2a1450f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
node-version: 20

- name: Publish to Marketplace
run: npx vsce publish --packagePath treefmt-*.vsix --pat ${{ secrets.MARKETPLACE_TOKEN }}
run: npx vsce publish --packagePath treefmt-*.vsix --pat ${{ secrets.MARKETPLACE_TOKEN }} --pre-release

# - name: Publish to OpenVSX
# run: npx ovsx publish --packagePath treefmt-*.vsix --pat ${{ secrets.OPENVSX_TOKEN }}
Expand Down

0 comments on commit 2a1450f

Please sign in to comment.