Skip to content

add manpage generation (#23) #37

add manpage generation (#23)

add manpage generation (#23) #37

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 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 }}