Skip to content

Commit fd1cda9

Browse files
committed
dont publish by accident
1 parent 4a68b02 commit fd1cda9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ jobs:
107107
- name: Debug - List VSIX files
108108
run: find . -iname *.vsix -ls
109109

110-
- name: Package and publish VSCode extension
111-
run: |
112-
yarn run vsce publish --packagePath $(find . -iname *.vsix) -p ${{ secrets.VSCE_TOKEN }} --pre-release
110+
# - name: Package and publish VSCode extension
111+
# run: |
112+
# yarn run vsce publish --packagePath $(find . -iname *.vsix) -p ${{ secrets.VSCE_TOKEN }} --pre-release
113113

114114
# TODO: Make this release not pre-release once tested.
115115
# - name: Create release

0 commit comments

Comments
 (0)