We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570a0a4 commit e7e25d2Copy full SHA for e7e25d2
.github/workflows/release-nightly.yml
@@ -1,7 +1,5 @@
1
name: Release (golang.go-nightly)
2
3
-# TODO(hyangah): Reenable to use 'insiders' after golang/vscode-go#1543 is fixed.
4
-
5
# Daily release on 15:00 UTC, monday-thursday.
6
# Or, force to release by triggering repository_dispatch events by using
7
# 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:
81
79
with:
82
80
run: npm run test
83
env:
+ CODE_VERSION: 'insiders'
84
VSCODEGO_BEFORE_RELEASE_TESTS: true
85
86
- name: Publish
0 commit comments