Skip to content

fix: update default auth URL from dash.cnap.tech to cnap.tech (#1) #15

fix: update default auth URL from dash.cnap.tech to cnap.tech (#1)

fix: update default auth URL from dash.cnap.tech to cnap.tech (#1) #15

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 }}