Skip to content

Commit 0f4176f

Browse files
committed
remove verbose
1 parent cbc2e41 commit 0f4176f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/release-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
distribution: goreleaser-pro
2525
version: latest
26-
args: release --verbose --clean --nightly -f .goreleaser-nightly.yml
26+
args: release --clean --nightly -f .goreleaser-nightly.yml
2727
env:
2828
GITHUB_TOKEN: ${{secrets.GH_PAT}}
2929
GORELEASER_KEY: ${{secrets.GORELEASER_KEY}}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
env:
4444
GITHUB_TOKEN: ${{secrets.GH_PAT}}
4545
GORELEASER_KEY: ${{secrets.GORELEASER_KEY}}
46+
CLOUDSMITH_TOKEN: ${{secrets.CLOUDSMITH_TOKEN}}
4647

4748
- name: Deploy Website
4849
shell: bash

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ cloudsmiths:
158158
- organization: "task"
159159
repository: "task"
160160
formats:
161-
# - deb
161+
- deb
162162
- rpm
163163
- apk
164164
distributions:

0 commit comments

Comments
 (0)