Skip to content

build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#8) #20

build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#8)

build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#8) #20

name: build-release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Repo checkout
uses: actions/checkout@v4
- name: Bump version and push tag
id: bump
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
release_branches: main
- name: Release tag
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.bump.outputs.new_tag }}
generateReleaseNotes: true