Spaces:
Paused
Paused
| name: Release Please(勿动) | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| release-please: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: GoogleCloudPlatform/release-please-action@v2 | |
| with: | |
| token: ${{ secrets.GH_TOKEN }} | |
| release-type: node | |
| package-name: auto-read | |
| permissions: | |
| contents: write | |