feat(simint-alpha): change mouthfull class names (#2277) #8
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: | |
| - master | |
| permissions: | |
| contents: write # needed to push release commits and tags | |
| pull-requests: write # needed to open and update release PRs | |
| issues: write # optional, allows commenting on issues | |
| jobs: | |
| release: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4 | |
| with: | |
| token: ${{ secrets.GITHUB_TOKEN }} | |
| release-type: python |