Skip to content

Commit 482b804

Browse files
committed
trying pre-release
1 parent 6886ab1 commit 482b804

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ jobs:
5555
- name: Update version number
5656
run: yarn run bump ${{ github.event.inputs.version }}
5757

58+
# TODO: Make this release not pre-release once tested.
5859
- name: Package VSCode extension
59-
run: yarn run vsce package --target ${{matrix.target}}
60+
run: yarn run vsce package --target ${{matrix.target}} --pre-release
6061

6162
- name: Rename packaged VSIX file
6263
run: mv sourcery-*.vsix sourcery-${{ github.event.inputs.version }}-${{ matrix.target }}.vsix

0 commit comments

Comments
 (0)