Skip to content

refactor(ai): Remove redundant IAM policy generation code. #3

refactor(ai): Remove redundant IAM policy generation code.

refactor(ai): Remove redundant IAM policy generation code. #3

Workflow file for this run

---
name: Release
on:
push:
tags:
- '*'
permissions:
contents: write
packages: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Set up Go
uses: actions/[email protected]
with:
go-version: ~1.23
- name: Install msitools
run: sudo apt-get install -y wixl
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
distribution: goreleaser-pro
version: ~> v2
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}