Skip to content

Remove early production environment check in ACI command to streamlin… #52

Remove early production environment check in ACI command to streamlin…

Remove early production environment check in ACI command to streamlin… #52

Workflow file for this run

name: release
on:
push:
tags:
- 'v*.*.*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}