Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pre-release flag from VS Code extension #4

Open
alexrp opened this issue Jun 10, 2024 · 0 comments
Open

Remove pre-release flag from VS Code extension #4

alexrp opened this issue Jun 10, 2024 · 0 comments
Labels
area: build Issues related to the build system. area: infrastructure Issues related to infrastructure (GitHub, CI, etc). area: vscode Issues related to the Visual Studio Code extension. state: blocked Issues that are blocked on some other issue or work.
Milestone

Comments

@alexrp
Copy link
Member

alexrp commented Jun 10, 2024

# TODO: Remove --pre-release flag (and preview property in package.json).
- name: Upload VS Code extension
working-directory: sup/vscode
run: |
npx vsce publish --pre-release --skip-duplicate -p ${{ secrets.VSCE_TOKEN }} -i ../../vscode/*.vsix
npx ovsx publish --pre-release --skip-duplicate -p ${{ secrets.OVSX_TOKEN }} -i ../../vscode/*.vsix

"preview": true,

"prerelease": true

@alexrp alexrp added area: build Issues related to the build system. area: infrastructure Issues related to infrastructure (GitHub, CI, etc). state: blocked Issues that are blocked on some other issue or work. type: housekeeping area: vscode Issues related to the Visual Studio Code extension. labels Jun 10, 2024
@alexrp alexrp added this to the v1.0 milestone Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: build Issues related to the build system. area: infrastructure Issues related to infrastructure (GitHub, CI, etc). area: vscode Issues related to the Visual Studio Code extension. state: blocked Issues that are blocked on some other issue or work.
Projects
None yet
Development

No branches or pull requests

1 participant