Skip to content

Commit 0998a61

Browse files
author
Dimuthu Wannipurage
committed
Fixing build issues 2
1 parent a72043a commit 0998a61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/goreleaser-dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: goreleaser/goreleaser-action@v4
2929
with:
3030
version: latest
31-
args: release --snapshot --rm-dist
31+
args: release --snapshot
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: goreleaser/goreleaser-action@v4
2525
with:
2626
version: latest
27-
args: release --rm-dist
27+
args: release
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
# Optional: set these if you want goreleaser to also push Homebrew PRs, snap, or sign artifacts

0 commit comments

Comments
 (0)