File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,7 @@ jobs:
259
259
working-directory : ./editors/code
260
260
# token from https://dev.azure.com/rust-analyzer/
261
261
run : npx ovsx publish --pat ${{ secrets.OPENVSX_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix || true
262
+ timeout-minutes : 2
262
263
263
264
- name : Publish Extension (Code Marketplace, nightly)
264
265
if : github.ref != 'refs/heads/release' && (github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust-lang/rust-analyzer')
@@ -269,3 +270,4 @@ jobs:
269
270
if : github.ref != 'refs/heads/release' && (github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust-lang/rust-analyzer')
270
271
working-directory : ./editors/code
271
272
run : npx ovsx publish --pat ${{ secrets.OPENVSX_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix || true
273
+ timeout-minutes : 2
You can’t perform that action at this time.
0 commit comments