Skip to content

Commit

Permalink
Enable GoReleaser verbose mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 1, 2024
1 parent c57ca8a commit eff506e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
git tag "${{ inputs.package-version }}"
# Build the package
goreleaser release --clean --nightly --skip=announce,publish,validate
goreleaser release --clean --nightly --skip=announce,publish,validate --verbose
- name: Cache the packages
uses: actions/cache/save@v4
Expand Down

0 comments on commit eff506e

Please sign in to comment.