Skip to content

Commit 2d940c5

Browse files
committed
Managed by Terraform: Update release.yml github workflow
1 parent 89a35fb commit 2d940c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
# in `goreleaser` to indicate this is being used in a non-interactive mode.
1111
#
1212
name: release
13-
permissions:
14-
contents: write
1513
on:
1614
push:
1715
tags:
1816
- 'v*'
17+
permissions:
18+
contents: write
19+
packages: read
1920
jobs:
2021
get-go-version:
2122
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)