This repository was archived by the owner on May 28, 2026. It is now read-only.
fix(ci): release using pnpm #3049
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: CI | |
| permissions: {} | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - alpha | |
| - beta | |
| - master | |
| - renovate/** | |
| jobs: | |
| ci-optimization: | |
| name: CI optimization | |
| uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@80b5e01f2dbaca72f21852f2cb24ce636a46fffa # 5.4.0 | |
| permissions: | |
| pull-requests: read | |
| build: | |
| needs: ci-optimization | |
| if: needs.ci-optimization.outputs.continue == 'true' | |
| name: Validate `README.md` | |
| permissions: | |
| contents: read | |
| uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@80b5e01f2dbaca72f21852f2cb24ce636a46fffa # 5.4.0 | |
| release-semantic: | |
| needs: build | |
| name: Semantic Release | |
| uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@80b5e01f2dbaca72f21852f2cb24ce636a46fffa # 5.4.0 | |
| permissions: | |
| contents: write | |
| id-token: write | |
| secrets: | |
| PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} |