Merge pull request #1792 from google/bentrengrove-patch-1 #1089
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
name: Update release | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
update_draft_release: | |
runs-on: ubuntu-latest | |
steps: | |
# pin directly to 6.0.0 because we don't want to update without knowledge | |
- uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |