Skip to content

Commit 582e731

Browse files
committed
fix: e3e security issue
1 parent 50b347b commit 582e731

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- "example/**"
1010
- "docs/**"
1111
- "README.md"
12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
# Build the commitizen and cache it so the workers can get it.
1417
build:

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
dist: _output
55
snapshot:
6-
name_template: '{{ incpatch .Version }}-next'
6+
version_template: '{{ incpatch .Version }}-next'
77
builds:
88
- env:
99
- CGO_ENABLED=0
@@ -43,7 +43,7 @@ archives:
4343
# Default is empty.
4444
format_overrides:
4545
- goos: windows
46-
format: zip
46+
format: [ 'zip' ]
4747
checksum:
4848
name_template: 'CHECKSUM'
4949
changelog:

0 commit comments

Comments
 (0)