3 Commits

Author SHA1 Message Date
CodingInCarhartts 4e5912fa28 👷 ci: enable content write permissions and add automated version bumping
This commit enhances the npm publish workflow to include automated version bumping and updates necessary permissions and configurations.
Changes:
- Added contents: write permission to allow pushing version bump commits
- Configured git user for automated commits
- Added npm version patch step to automatically increment patch version
- Added commit and push steps for version changes
- Updated version numbers in package.json and src/index.ts
- Added token configuration for checkout step for enhanced security
2025-12-14 19:12:31 -08:00
CodingInCarhartts 782be1fa3d ci: migrate npm publish authentication to OIDC and configure Node.js environment for publishing. 2025-12-14 19:01:34 -08:00
CodingInCarhartts 7adce83154 ci: add npm publish workflow and clean up package.json
- Add .github/workflows/publish.yml
- Remove .npmrc and unused sharp config
- Package ready for auto-publishing
2025-12-14 13:22:40 -08:00