Skip to content

Commit daddcc3

Browse files
committed
ci: improve GoReleaser workflow readability and configuration
- Add a blank line for better readability in the GoReleaser workflow - Remove commented-out distribution configuration in the GoReleaser workflow Signed-off-by: appleboy <[email protected]>
1 parent 63d62f1 commit daddcc3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ jobs:
2020
uses: actions/setup-go@v5
2121
with:
2222
go-version: "^1"
23+
2324
- name: Run GoReleaser
2425
uses: goreleaser/goreleaser-action@v6
2526
with:
26-
# either 'goreleaser' (default) or 'goreleaser-pro'
27-
distribution: goreleaser
2827
args: release --clean
2928
env:
3029
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)