Skip to content

Commit

Permalink
Merge pull request #2880 from ferd/fix-release-workflow-permissions
Browse files Browse the repository at this point in the history
Fix release workflow permissions
  • Loading branch information
ferd committed Apr 10, 2024
2 parents fb980df + a28d57e commit bde4b54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
tags:
- '*'

permissions:
contents: write

jobs:
build:
name: Create release and publish escript for every new tag
Expand Down

0 comments on commit bde4b54

Please sign in to comment.