Skip to content

feat: add config.Generate a way of passing multiple maps which get me… #7

feat: add config.Generate a way of passing multiple maps which get me…

feat: add config.Generate a way of passing multiple maps which get me… #7

Workflow file for this run

name: goreleaser
on:
push:
tags:
- "v*"
permissions:
contents: write
jobs:
test:
uses: ./.github/workflows/test.yaml
secrets: inherit
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Setup
uses: actions/setup-go@v5
with:
go-version: '>=1.21'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: ${{ env.GITHUB_REF_NAME }}
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.LIBPASS_RELEASE_TOKEN }}