Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 7475035

Browse files
committed
ci: add goreleaser snapshot build to 'push' workflow
1 parent cf1c410 commit 7475035

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/push.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,24 @@ jobs:
2323
name: Spread Matrix
2424
uses: ./.github/workflows/_spread-matrix.yml
2525

26+
goreleaser-snapshot:
27+
name: Goreleaser Snapshot
28+
runs-on: ubuntu-24.04
29+
steps:
30+
- name: Check out the code
31+
uses: actions/checkout@v4
32+
with:
33+
fetch-depth: 0
34+
35+
- name: Setup goreleaser
36+
run: |
37+
sudo snap install --classic goreleaser
38+
39+
- name: Build oxidizr
40+
id: build
41+
run: |
42+
goreleaser build --snapshot --clean --verbose
43+
2644
spread-tests:
2745
name: Spread tests
2846
uses: ./.github/workflows/_spread.yml

0 commit comments

Comments
 (0)