Skip to content

Commit af63e5e

Browse files
authored
update CI to always package as pre-release (#73)
1 parent 2cf03f3 commit af63e5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ jobs:
137137
yarn --frozen-lockfile --ignore-scripts --prefer-offline
138138
yarn download-tools --target ${{ matrix.target }} --no-cache
139139
140-
- name: Create vsix package
140+
- name: Create vsix package (pre-release)
141141
run: |
142-
yarn package --target ${{ matrix.target }}
142+
yarn package --target ${{ matrix.target }} --pre-release
143143
144144
- name: Upload package
145145
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1

0 commit comments

Comments
 (0)