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 external publishing workflow form the CI #1024

Merged
merged 5 commits into from
Mar 10, 2025
Merged

Conversation

filip131311
Copy link
Collaborator

@filip131311 filip131311 commented Mar 10, 2025

This PR changes the approach to the publishing CI and removes the external HaaLeo/publish-vscode-extension@v1 replacing it with underling vsce and osvx commands. This is necessary because of a bug that was surfaced by this CI run.

How Has This Been Tested:

The final version was not tested as it would mean running the CI

Copy link

vercel bot commented Mar 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
radon-ide ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 10, 2025 4:33pm

@filip131311 filip131311 marked this pull request as draft March 10, 2025 15:56
@filip131311 filip131311 changed the title add package path to publishing CI Remove external publishing workflow form the CI Mar 10, 2025
@filip131311 filip131311 marked this pull request as ready for review March 10, 2025 16:20
pat: ${{ secrets.OPENVSX_MARKETPLACE_TOKEN }}
target: ${{ steps.set_targets.outputs.targets }}
working-directory: packages/vscode-extension
run: npm run openVSX:publish -- --pat ${{ secrets.VSCODE_MARKETPLACE_TOKEN }} --target ${{ steps.set_targets.outputs.targets }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should use OPENVSX_MARKETPLACE_TOKEN here

@filip131311 filip131311 merged commit 9f44897 into main Mar 10, 2025
3 of 5 checks passed
@filip131311 filip131311 deleted the @Filip131311/FixCI branch March 10, 2025 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants