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 a1d1329 commit 936ecdfCopy full SHA for 936ecdf
.github/workflows/release-nightly.yml
@@ -1,5 +1,7 @@
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" }'
@@ -79,7 +81,6 @@ jobs:
79
81
with:
80
82
run: npm run test
83
env:
- CODE_VERSION: 'insiders'
84
VSCODEGO_BEFORE_RELEASE_TESTS: true
85
86
- name: Publish
0 commit comments