Skip to content

Commit eae8b21

Browse files
🌱 fix GoReleaser by adding permission to write content (#4226)
fix GoReleaser by adding permission to write content We found an issue to publish the assets when we are trying to publish the release 4.3.0. Therefore, we are adding the content permission to verify if the issue can be solved within
1 parent 60c13c6 commit eae8b21

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ on:
44
tags:
55
- '*'
66

7+
permissions:
8+
contents: write
9+
710
jobs:
811
goreleaser:
912
runs-on: ubuntu-latest
13+
14+
1015
steps:
1116
- name: Checkout
1217
uses: actions/checkout@v4

0 commit comments

Comments
 (0)