Skip to content

chore(deps): bump actions/setup-go from 5.0.0 to 5.1.0 (#2904) #411

chore(deps): bump actions/setup-go from 5.0.0 to 5.1.0 (#2904)

chore(deps): bump actions/setup-go from 5.0.0 to 5.1.0 (#2904) #411

# https://github.com/release-drafter/release-drafter
name: Release Drafter
on:
push:
branches:
- main
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write # for release-drafter/release-drafter to create a github release
pull-requests: write # for release-drafter/release-drafter to add label to PR
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v5.19.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}