Skip to content

deps: update go.mod #74

deps: update go.mod

deps: update go.mod #74

Workflow file for this run

name: Draft a release
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main
- "*-dev"
# # pull_request event is required only for autolabeler
# pull_request:
# # Only following types are handled by the action, but one can default to all as well
# types: [opened, reopened, synchronize]
jobs:
create_release_draft:
runs-on: ubuntu-latest
steps:
- name: Draft a release
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}