Skip to content

fix(theme): use Lucide link icon for heading anchors and remove dupli… #9

fix(theme): use Lucide link icon for heading anchors and remove dupli…

fix(theme): use Lucide link icon for heading anchors and remove dupli… #9

Workflow file for this run

name: Release
on:
push:
tags: ["v*"]
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/setup-go@v6
with:
go-version: "1.25"
cache-dependency-path: go.sum
- uses: goreleaser/goreleaser-action@v7
with:
version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
SARDE_RELEASE_SIGNING_KEY: ${{ secrets.SARDE_RELEASE_SIGNING_KEY }}