Skip to content

Commit 3de6f59

Browse files
committed
switch to preRelease package
1 parent 0603586 commit 3de6f59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
echo "PATH=${WORKING_DIRECTORY}/cmake-3.27.9-linux-x86_64/bin:$PATH" >> $GITHUB_ENV
7979
- name: general
8080
run: npm i && npm run rebuild
81-
- run: npx vsce package --target ${{ env.target }}
81+
- run: npx vsce package --target ${{ env.target }} --pre-release
8282
- uses: actions/upload-artifact@v4
8383
with:
8484
name: ${{ env.target }}

0 commit comments

Comments
 (0)