feat: check and sync strict_max_version in manifest.json #123
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Release | |
| on: | |
| push: | |
| branches: | |
| - main | |
| tags: | |
| - v** | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| release: | |
| uses: zotero-plugin-dev/workflows/.github/workflows/release-npm.yml@main | |
| with: | |
| build: pnpm build | |
| cr: true | |
| permissions: | |
| contents: write | |
| id-token: write |