Skip to content

feat: add self-update command #7

feat: add self-update command

feat: add self-update command #7

Workflow file for this run

# Release — delegates to the fleet-canonical reusable release workflow in jjuanrivvera/.github.
# Change release-pipeline policy there, not here. The .goreleaser.yaml config stays per-repo.
name: Release
on:
push:
tags: ["v*"]
workflow_dispatch:
jobs:
release:
uses: jjuanrivvera/.github/.github/workflows/go-release.yml@main
secrets: inherit