Skip to content

update completion scripts for urfave/cli/v3 #46

update completion scripts for urfave/cli/v3

update completion scripts for urfave/cli/v3 #46

Workflow file for this run

name: publish
on:
push:
tags:
- "v*"
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
# - name: Install GoReleaser
# run: go install github.com/goreleaser/goreleaser@main
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
install-only: true
- name: Install 1Password CLI
uses: 1password/install-cli-action@v1
- name: Run GoReleaser
run: op run -- goreleaser release --clean
env:
GITHUB_TOKEN: op://Developer/GitHub/PAT
AUR_SSH_PRIVATE_KEY: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}