chore: increment version to 0.1.2 + expose Result, types, and Routes … #17
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: JSR Publish | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| publish: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| id-token: write | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Generate node_modules | |
| run: | | |
| npm i | |
| git checkout -- ./package-lock.json | |
| - name: Publish package | |
| run: npx jsr publish --allow-slow-types |