1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00

chore(ci): dont need to tidy anymore (#1873)

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-10-27 09:30:16 -03:00 committed by GitHub
parent 2848add079
commit 098cc4c6a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,34 +0,0 @@
name: gosum
on:
push:
branches:
- 'master'
paths:
- '.github/workflows/gosum.yml'
- 'go.mod'
- 'go.sum'
jobs:
fix:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2.3.3
-
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
-
name: Tidy
run: |
rm -f go.sum
go mod tidy
- uses: stefanzweifel/git-auto-commit-action@v4.7.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: "chore(deps): go mod tidy"
branch: master