We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a68b02 commit fd1cda9Copy full SHA for fd1cda9
.github/workflows/publish.yml
@@ -107,9 +107,9 @@ jobs:
107
- name: Debug - List VSIX files
108
run: find . -iname *.vsix -ls
109
110
- - name: Package and publish VSCode extension
111
- run: |
112
- yarn run vsce publish --packagePath $(find . -iname *.vsix) -p ${{ secrets.VSCE_TOKEN }} --pre-release
+ # - name: Package and publish VSCode extension
+ # run: |
+ # yarn run vsce publish --packagePath $(find . -iname *.vsix) -p ${{ secrets.VSCE_TOKEN }} --pre-release
113
114
# TODO: Make this release not pre-release once tested.
115
# - name: Create release
0 commit comments