File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,7 @@ jobs:
259259 working-directory : ./editors/code
260260 # token from https://dev.azure.com/rust-analyzer/
261261 run : npx ovsx publish --pat ${{ secrets.OPENVSX_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix || true
262+ timeout-minutes : 2
262263
263264 - name : Publish Extension (Code Marketplace, nightly)
264265 if : github.ref != 'refs/heads/release' && (github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust-lang/rust-analyzer')
@@ -269,3 +270,4 @@ jobs:
269270 if : github.ref != 'refs/heads/release' && (github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust-lang/rust-analyzer')
270271 working-directory : ./editors/code
271272 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