Skip to content

Commit

Permalink
chore(workflow): Add write persmission to the workflow to upload bina…
Browse files Browse the repository at this point in the history
…ry asset
  • Loading branch information
khorolets committed Mar 11, 2024
1 parent 43f117e commit 249bb69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:

jobs:
build-and-release:
permissions:
contents: write
runs-on: ubuntu-22.04
if: >
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) ||
Expand Down

0 comments on commit 249bb69

Please sign in to comment.