-
-
Notifications
You must be signed in to change notification settings - Fork 33
29 lines (26 loc) · 823 Bytes
/
goreleaser-ci.yml
File metadata and controls
29 lines (26 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: GoReleaser CI
on:
workflow_dispatch: { }
permissions: { }
jobs:
goreleaser-ci:
name: Test Release
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2.0
with:
go-version: "1.25"
check-latest: true
- name: Set up QEMU
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # tag=v3.6.0
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # tag=v6.4.0
with:
version: latest
args: release --skip publish,sign --snapshot