Skip to content

Commit 936ecdf

Browse files
committed
.github/workflows: use 'stable' version for release-nightly
The test is broken by 1.57.0-insider - the vscode fails to get initialized before activating extension under testing. Unblock nightly release while investigating the upstream issue (microsoft/vscode#125556) Updates #1543 Change-Id: If1b76190be6ea81eabc30c7a79502282f25871eb Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/325579 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent a1d1329 commit 936ecdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Release (golang.go-nightly)
22

3+
# TODO(hyangah): Reenable to use 'insiders' after golang/vscode-go#1543 is fixed.
4+
35
# Daily release on 15:00 UTC, monday-thursday.
46
# Or, force to release by triggering repository_dispatch events by using
57
# curl -v -H "Accept: application/vnd.github.everest-preview+json" -H "Authorization: token ${GITHUB_TOKEN}" https://api.github.com/repos/golang/vscode-go/dispatches -d '{ "event_type": "force-release" }'
@@ -79,7 +81,6 @@ jobs:
7981
with:
8082
run: npm run test
8183
env:
82-
CODE_VERSION: 'insiders'
8384
VSCODEGO_BEFORE_RELEASE_TESTS: true
8485

8586
- name: Publish

0 commit comments

Comments
 (0)