From a3d5d67f9036f7989da43c5cf8894d495eba70fb Mon Sep 17 00:00:00 2001 From: jomaresch Date: Thu, 4 Jul 2024 10:55:41 +0200 Subject: [PATCH] - fix goreleaser --- .github/workflows/release.yml | 6 +++--- .gitignore | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5a4da5..176e7b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 @@ -20,8 +20,8 @@ jobs: go-version: 1.21 - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v4 + uses: goreleaser/goreleaser-action@v6 with: - args: release --rm-dist + args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitignore b/.gitignore index 492cad4..d5a35ad 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ # Binary directories dist/ build/ + +.idea