Skip to content

fix(release): fix ci #18

fix(release): fix ci

fix(release): fix ci #18

Workflow file for this run

name: release
on:
push:
tags:
- 'v*.*.*'
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # fetch full history for goreleaser changelog
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
distribution: goreleaser
version: "~> v2"
args: release --clean --config deploy/.goreleaser.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update new argo-apps-viz version in krew-index
uses: rajatjindal/[email protected]
with:
krew_template_file: deploy/krew/plugin.yaml