Skip to content

fix the .env in the .gitignore file so it can be ignored well #16

fix the .env in the .gitignore file so it can be ignored well

fix the .env in the .gitignore file so it can be ignored well #16

Workflow file for this run

name: release
on:
push:
tags:
- "v*"
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
issues: read
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.24.4"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}