Skip to content

sdd: signal tactical The catch-up sub-skill design phase landed throu… #7

sdd: signal tactical The catch-up sub-skill design phase landed throu…

sdd: signal tactical The catch-up sub-skill design phase landed throu… #7

Workflow file for this run

name: release
on:
push:
tags: ['v*']
permissions:
contents: write
id-token: write
attestations: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- uses: goreleaser/goreleaser-action@v7
with:
version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
- uses: actions/attest-build-provenance@v1
with:
subject-path: |
dist/*.tar.gz
dist/*_checksums.txt
install.sh