Skip to content

build(deps): bump golang from 1.20.5 to 1.20.6 #153

build(deps): bump golang from 1.20.5 to 1.20.6

build(deps): bump golang from 1.20.5 to 1.20.6 #153

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request_target:
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/release-drafter@v5
with:
disable-releaser: github.ref != 'refs/heads/main'
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}