Commit Graph

4 Commits

Author SHA1 Message Date
4bb3145906 Update GitHub Actions workflow to simplify publish step name
All checks were successful
RenovateBot / renovate (push) Successful in 25s
Test / Basic (push) Successful in 2m48s
2026-02-05 23:49:25 +00:00
cb6ca38f7f Update GitHub Actions workflow to publish with provenance
Some checks failed
RenovateBot / renovate (push) Successful in 26s
Test / Basic (push) Has been cancelled
- Removed the registry URL from the setup-node action for cleaner configuration.
- Modified the publish command to include the --provenance flag, enhancing the security and traceability of published packages.
2026-02-05 23:47:19 +00:00
0be90df662 Update package.json and GitHub Actions workflow for version consistency
Some checks failed
RenovateBot / renovate (push) Successful in 25s
Test / Basic (push) Has been cancelled
- Changed the repository URL in package.json from SSH to HTTPS for better accessibility.
- Updated the homepage URL in package.json to remove the #readme fragment.
- Added a step in the GitHub Actions workflow to ensure that the tag matches the package version before publishing, enhancing version control integrity.
2026-02-05 23:22:48 +00:00
c20175cffb Add GitHub Actions workflow for publishing plugin
All checks were successful
RenovateBot / renovate (push) Successful in 24s
Test / Basic (push) Successful in 3m25s
- Introduced a new workflow file (.github/workflows/publish.yml) to automate the publishing process for the plugin.
- Configured jobs for testing and publishing to NPM upon version tag pushes.
- Included steps for dependency installation, plugin building, and verification before publishing.
- Ensured integration tests are run in the playground environment before publishing the plugin.
2026-02-06 03:11:14 +04:00