Skip to content

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#283) #204

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#283)

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#283) #204

name: Release Drafter
on:
push:
branches:
- main
jobs:
release:
name: Update Release
runs-on: ubuntu-22.04
steps:
- name: Publish Release
uses: release-drafter/release-drafter@v5
with:
publish: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}