Skip to content

Commit

Permalink
Fixup goreleaser build
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Aug 8, 2024
1 parent 79dd981 commit 6bb9dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/proxy-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
- uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean --skip=publish
args: build --clean
2 changes: 1 addition & 1 deletion .github/workflows/proxy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- run: git fetch --force --tags

- uses: actions/setup-go@v5
Expand Down

0 comments on commit 6bb9dde

Please sign in to comment.