fix: preserve custom policy defaults and exact aliases #193
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-please | |
| on: | |
| push: | |
| branches: | |
| - main | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| release-please: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: googleapis/release-please-action@v5 | |
| with: | |
| # Standard GITHUB_TOKEN works perfectly for basic setups | |
| token: ${{ secrets.GITHUB_TOKEN }} | |
| # Release tags are created separately by trusted maintainers with Sigstore/gitsign. | |
| skip-github-release: true |