feat: add self-update command #7
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |