Skip to content

chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.0 (#410) #60

chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.0 (#410)

chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.0 (#410) #60

Workflow file for this run

name: release
on:
workflow_dispatch:
push:
tags:
- '*'
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fetch all tags
run: git fetch --force --tags
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
cache: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: v1.18.2
args: release --rm-dist --timeout 1h -p 1
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}