Skip to content

Commit 659a5e9

Browse files
committed
add release dry run to CI
1 parent 2aff6cf commit 659a5e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ jobs:
6666
env_vars: GO_VERSION,TEST_MONGODB_IMAGE
6767
fail_ci_if_error: false
6868

69+
- name: Dry-run GoReleaser
70+
run: |
71+
make release-dry-run
72+
6973
- name: Run debug commands on failure
7074
if: ${{ failure() }}
7175
run: |

0 commit comments

Comments
 (0)