Skip to content

Commit

Permalink
Add 'contents: write' permission to release workflow (#1142)
Browse files Browse the repository at this point in the history
I suspect this will fix the git tagging issue reported in #1122
  • Loading branch information
joshspicer authored Oct 7, 2024
1 parent 302feca commit 68871f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
packages: write
contents: write
steps:
- uses: actions/checkout@v4

Expand All @@ -20,4 +21,4 @@ jobs:
publish-features: "true"
base-path-to-features: "./src"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 68871f5

Please sign in to comment.