This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -257,8 +257,7 @@ jobs:
257
257
- name : Publish Extension (OpenVSX, release)
258
258
if : github.ref == 'refs/heads/release' && (github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust-lang/rust-analyzer')
259
259
working-directory : ./editors/code
260
- # token from https://dev.azure.com/rust-analyzer/
261
- run : npx ovsx publish --pat ${{ secrets.OPENVSX_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix || true
260
+ run : npx ovsx publish --pat ${{ secrets.OPENVSX_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix
262
261
timeout-minutes : 2
263
262
264
263
- name : Publish Extension (Code Marketplace, nightly)
@@ -269,5 +268,5 @@ jobs:
269
268
- name : Publish Extension (OpenVSX, nightly)
270
269
if : github.ref != 'refs/heads/release' && (github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust-lang/rust-analyzer')
271
270
working-directory : ./editors/code
272
- run : npx ovsx publish --pat ${{ secrets.OPENVSX_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix || true
271
+ run : npx ovsx publish --pat ${{ secrets.OPENVSX_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix
273
272
timeout-minutes : 2
You can’t perform that action at this time.
0 commit comments