File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 6
6
- " v[0-9]+.[0-9]+.[0-9]+"
7
7
jobs :
8
8
release :
9
+ permissions :
10
+ contents : write
9
11
runs-on : ubuntu-latest
10
12
steps :
11
13
- name : Setup Go Env
Original file line number Diff line number Diff line change 1
- # This is an example .goreleaser.yml file with some sensible defaults.
2
- # Make sure to check the documentation at https://goreleaser.com
3
-
4
1
# The lines below are called `modelines`. See `:help modeline`
5
2
# Feel free to remove those if you don't want/need to use them.
6
3
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
7
- # vim: set ts=2 sw=2 tw=0 fo=cnqoj
8
4
9
5
version : 1
10
6
11
7
before :
12
8
hooks :
13
- # You may remove this if you don't use go modules.
14
9
- go mod tidy
15
- # you may remove this if you don't need go generate
16
- - go generate ./...
17
10
18
11
builds :
19
12
- env :
You can’t perform that action at this time.
0 commit comments