Skip to content

Commit 018b842

Browse files
committed
Auto merge of #13415 - lnicola:ovsx-timeout, r=lnicola
internal: Set a timeout when publishing to OVSX CC #11080 (comment)
2 parents af987da + f94d8d8 commit 018b842

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)