Skip to content

docs: update README with device flow login, --debug flag, and CNAP_AU… #9

docs: update README with device flow login, --debug flag, and CNAP_AU…

docs: update README with device flow login, --debug flag, and CNAP_AU… #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@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 }}