build(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2 #117
This file contains 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
on: | |
push: | |
branches: | |
- master | |
name: release-please | |
jobs: | |
release-please: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: GoogleCloudPlatform/release-please-action@v2 | |
with: | |
# The usual GITHUB_TOKEN doesn't work since PRs created using it doesn't trigger GitHub actions builds. | |
token: ${{ secrets.RELEASE_PLEASE_TOKEN }} | |
release-type: simple |