Fix beta startup + main release script to reset the id

This commit is contained in:
Elio Struyf
2021-09-08 10:29:34 +02:00
parent aa97051437
commit 2769eb9b71
6 changed files with 49 additions and 24 deletions
+3
View File
@@ -19,6 +19,9 @@ jobs:
- name: Install the dependencies
run: npm i
- name: Prepare MAIN release
run: node scripts/main-release.js
- name: Publish
run: npx vsce publish -p ${{ secrets.VSCE_PAT }}