We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef16f01 commit 00533c5Copy full SHA for 00533c5
1 file changed
.github/workflows/release.yml
@@ -74,7 +74,7 @@ jobs:
74
node-version: 20
75
- name: Set version to prerelease version
76
run: |
77
- node change-version-to-prerelease.mjs
+ node ./scripts/change-version-to-prerelease.mjs
78
echo "publishPreReleaseFlag=--pre-release" >> $GITHUB_ENV
79
if: ${{ github.event_name == 'schedule' || inputs.publishPreRelease == 'true'}}
80
- name: Install dependencies
@@ -130,6 +130,10 @@ jobs:
130
uses: actions/setup-node@v4
131
with:
132
133
+ - name: Set version to prerelease version
134
+ run: |
135
136
+ if: ${{ github.event_name == 'schedule' || inputs.publishPreRelease == 'true'}}
137
138
139
npm install -g typescript "@vscode/vsce" "ovsx"
0 commit comments