Skip to content

Commit e7e25d2

Browse files
committed
Revert ".github/workflows: use 'stable' version for release-nightly"
This reverts commit 936ecdf. Reason for revert: microsoft/vscode#125556 is likely fixed with the newer insiders. Updates #1543 Change-Id: I3b6d715c59dd2d78d6037c85ab4b82de97f24e5d Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/325929 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Suzy Mueller <[email protected]> TryBot-Result: kokoro <[email protected]>
1 parent 570a0a4 commit e7e25d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-nightly.yml

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

3-
# TODO(hyangah): Reenable to use 'insiders' after golang/vscode-go#1543 is fixed.
4-
53
# Daily release on 15:00 UTC, monday-thursday.
64
# Or, force to release by triggering repository_dispatch events by using
75
# 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" }'
@@ -81,6 +79,7 @@ jobs:
8179
with:
8280
run: npm run test
8381
env:
82+
CODE_VERSION: 'insiders'
8483
VSCODEGO_BEFORE_RELEASE_TESTS: true
8584

8685
- name: Publish

0 commit comments

Comments
 (0)