google-api-ruby-client/.github/workflows/release-please.yml

20 lines
504 B
YAML
Raw Normal View History

2020-10-28 18:10:51 +00:00
on:
# schedule:
# - cron: '49 8 * * 1'
workflow_dispatch:
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
2020-10-29 22:51:04 +00:00
- uses: GoogleCloudPlatform/release-please-action@v2.5.7
2020-10-28 18:10:51 +00:00
with:
2020-10-29 22:51:04 +00:00
command: release-pr
2020-10-28 18:10:51 +00:00
token: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
release-type: ruby
package-name: google-api-ruby-client
version-file: lib/google/apis/version.rb
monorepo-tags: true
bump-minor-pre-major: true