Skip to content

Commit d3b6b12

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

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/release.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,20 @@ jobs:
5757
git status
5858
git diff
5959
git tag -n
60-
- name: Run GoReleaser
60+
# debugging start
61+
- name: Run GoReleaser Build and sign only (skip publish)
6162
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0
6263
with:
63-
args: -p 1 release --clean
64+
args: -p 1 release --skip publish --clean
65+
version: '~> v2'
66+
- name: Debugging step
67+
run: |
68+
ls -al dist
69+
sleep 20
70+
- name: Run GoReleaser (publish only)
71+
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0
72+
with:
73+
args: -p 1 release --skip build
6474
version: '~> v2'
6575
strategy:
6676
fail-fast: true

0 commit comments

Comments
 (0)