Skip to content

Bump github.com/sirupsen/logrus from 1.4.2 to 1.9.3 #18

Bump github.com/sirupsen/logrus from 1.4.2 to 1.9.3

Bump github.com/sirupsen/logrus from 1.4.2 to 1.9.3 #18

Workflow file for this run

name: goreleaser
on:
push:
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Fetch all tags
run: git fetch --force --tags
-
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}