Skip to content

chore(deps): Bump github.com/spf13/viper from 1.17.0 to 1.18.1 (#73) #24

chore(deps): Bump github.com/spf13/viper from 1.17.0 to 1.18.1 (#73)

chore(deps): Bump github.com/spf13/viper from 1.17.0 to 1.18.1 (#73) #24

Workflow file for this run

name: goreleaser
on:
push:
# run only against tags
tags:
- '*'
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch --force --tags
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
cache: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: release --clean --skip-validate --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}