Skip to content

Commit

Permalink
fix permission on create release
Browse files Browse the repository at this point in the history
  • Loading branch information
pchalamet committed Dec 28, 2024
1 parent 579804d commit dd85d58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/on-push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
tags:
- '**'

permissions:
contents: write
packages: write

env:
BUILD_VERSION: ${{ github.ref_name }}

Expand Down

0 comments on commit dd85d58

Please sign in to comment.