chore(master): release 3.1.1 (#45) #61
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
| # This files was added by a devbox script from our devops tools project and is maintained there: | |
| # https://github.com/onlinecity/devops-tools | |
| on: | |
| push: | |
| branches: | |
| - master | |
| permissions: | |
| issues: write # important for label creation | |
| contents: write | |
| pull-requests: write | |
| name: release-please | |
| jobs: | |
| release-please: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: googleapis/release-please-action@v4 | |
| with: | |
| token: ${{ secrets.GITHUB_TOKEN }} | |
| release-type: simple |