Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
giladgd committed Aug 12, 2023
1 parent 49fd783 commit bc9cbd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ jobs:
name: Release
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
concurrency: release-${{ github.ref }}
permissions:
contents: write
issues: write
pull-requests: write
needs:
- build
- build-binaries
Expand Down

0 comments on commit bc9cbd8

Please sign in to comment.