Skip to content

Commit

Permalink
Try to fix releases again (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak authored Mar 20, 2024
1 parent 4afd6aa commit 2da64f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@
"if": "${{ github.event_name == 'release' }}",
"name": "Release",
"needs": "build",
"permissions": {
"contents": "write"
},
"runs-on": "ubuntu-22.04",
"steps": [
{
Expand Down

0 comments on commit 2da64f6

Please sign in to comment.