File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 7
7
tags :
8
8
- " [0-9]+.[0-9]+.[0-9]+"
9
9
10
+ permissions :
11
+ contents : write
12
+
10
13
jobs :
11
14
build :
12
15
runs-on : ubuntu-latest
13
16
steps :
14
17
# Checkout and set env
15
18
- name : Checkout
16
19
uses : actions/checkout@v4
20
+ # It is required for the changelog to work correctly.
21
+ with :
22
+ fetch-depth : 0
17
23
- name : Set up Go
18
24
uses : actions/setup-go@v5
19
25
with :
20
26
go-version : 1.22
21
- # Setup env for multi-arch builds
22
- - name : Set up QEMU
23
- uses : docker/setup-qemu-action@v3
24
- with :
25
- image : tonistiigi/binfmt:latest
26
- platforms : arm64,arm
27
- - name : Set up Docker Buildx
28
- uses : docker/setup-buildx-action@v3
29
27
# Build & Release binaries
30
28
- name : Run GoReleaser
31
29
uses : goreleaser/goreleaser-action@v5
You can’t perform that action at this time.
0 commit comments