Skip to content

build(deps): bump golang.org/x/text from v0.14.0 to v0.15.0 #11

build(deps): bump golang.org/x/text from v0.14.0 to v0.15.0

build(deps): bump golang.org/x/text from v0.14.0 to v0.15.0 #11

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.22"
- 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 }}