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:
257257 - name : Publish Extension (OpenVSX, release)
258258 if : github.ref == 'refs/heads/release' && (github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust-lang/rust-analyzer')
259259 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
262261 timeout-minutes : 2
263262
264263 - name : Publish Extension (Code Marketplace, nightly)
@@ -269,5 +268,5 @@ jobs:
269268 - name : Publish Extension (OpenVSX, nightly)
270269 if : github.ref != 'refs/heads/release' && (github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust-lang/rust-analyzer')
271270 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
273272 timeout-minutes : 2
You can’t perform that action at this time.
0 commit comments