-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
fix: use latest release pipeline #183
Conversation
cache: 'npm' | ||
cache-dependency-path: '**/package-lock.json' | ||
- name: Install dependencies | ||
run: npm ci | ||
- name: Publish to Open VSX Registry | ||
uses: HaaLeo/publish-vscode-extension@v1 | ||
uses: HaaLeo/publish-vscode-extension@dfe4f6ad46624424fe24cb5bca79839183399045 # v1.4 https://github.com/HaaLeo/publish-vscode-extension/releases/tag/v1.4.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
using commit id as this is the best practice for using actions that are community managed, most secure approach, no secrets leaking is possible
Yes, all dependencies are under |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@ivangsa oh, that was quick 😄 ok then, all clear |
@ivangsa once you approve, you can merge |
/rtm |
🎉 This PR is included in version 0.5.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
resolves #180
@ivangsa
@asyncapi/react-component
and some other dependencies that are essential for the extension are underdevDependencies
and notdependencies
- is it intentional? shouldn't that be fixed?