Skip to content

fix: revert to brews (Formula) to avoid macOS Gatekeeper warning #13

fix: revert to brews (Formula) to avoid macOS Gatekeeper warning

fix: revert to brews (Formula) to avoid macOS Gatekeeper warning #13

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: jdx/mise-action@v2
- run: task check
- run: goreleaser release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}