Skip to content

build(deps): bump goreleaser/goreleaser-action from 5 to 6 #1001

build(deps): bump goreleaser/goreleaser-action from 5 to 6

build(deps): bump goreleaser/goreleaser-action from 5 to 6 #1001

Workflow file for this run

name: Build docs
on:
workflow_dispatch:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: " 1.21.x"
- run: go install
working-directory: ./
- run: rm -r doc/ && mkdir -p doc
- run: go run main.go generate-docs --skip-version-check
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "docs(cobra): update auto-generated documentation"