Merge pull request #1744 from paketo-buildpacks/update/go #305
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 Draft Release | |
"on": | |
push: | |
branches: | |
- main | |
jobs: | |
update: | |
name: Update Draft Release | |
runs-on: | |
- ubuntu-latest | |
steps: | |
- id: release-drafter | |
uses: release-drafter/release-drafter@v5 | |
env: | |
GITHUB_TOKEN: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }} |