Skip to content

Commit

Permalink
Merge pull request #4076 from ElrondNetwork/fix-create-release-workflow
Browse files Browse the repository at this point in the history
Fixed create release workflow
  • Loading branch information
iulianpascalau committed May 13, 2022
2 parents f45d297 + 3486dcc commit 2a92e67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- main
workflow_dispatch:

permissions:
contents: write
pull-requests: write

jobs:
build:
strategy:
Expand Down

0 comments on commit 2a92e67

Please sign in to comment.