Skip to content

Commit

Permalink
🌱 fix GoReleaser by adding permission to write content (#4226)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
camilamacedo86 authored Oct 22, 2024
1 parent 60c13c6 commit eae8b21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ on:
tags:
- '*'

permissions:
contents: write

jobs:
goreleaser:
runs-on: ubuntu-latest


steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit eae8b21

Please sign in to comment.