Skip to content

Commit d670397

Browse files
committed
another debugging
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent d3b6b12 commit d670397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
run: |
6868
ls -al dist
6969
sleep 20
70-
- name: Run GoReleaser (publish only)
70+
- name: Run GoReleaser (no clean)
7171
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0
7272
with:
73-
args: -p 1 release --skip build
73+
args: -p 1 release
7474
version: '~> v2'
7575
strategy:
7676
fail-fast: true

0 commit comments

Comments
 (0)