We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--pre-release
1 parent 8f06f99 commit 12cf9b6Copy full SHA for 12cf9b6
.github/workflows/release.yaml
@@ -270,7 +270,7 @@ jobs:
270
- name: Publish Extension (Code Marketplace, nightly)
271
if: github.ref != 'refs/heads/release' && (github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust-lang/rust-analyzer')
272
working-directory: ./editors/code
273
- run: npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix
+ run: npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix --pre-release
274
275
- name: Publish Extension (OpenVSX, nightly)
276
0 commit comments