Skip to content

Commit

Permalink
Update release.yml (#212)
Browse files Browse the repository at this point in the history
Add permission for releases
  • Loading branch information
Vassiliy-Kudryashov authored Jan 30, 2024
1 parent 53b8305 commit 0bcb1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
publish:
if: ${{ github.actor == 'lehvolk' || github.actor == 'denis-fokin' || github.actor == 'bissquit' }}
if: ${{ github.actor == 'lehvolk' || github.actor == 'denis-fokin' || github.actor == 'bissquit' || github.actor == 'Vassiliy-Kudryashov' }}
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 0bcb1e7

Please sign in to comment.