Skip to content

Commit

Permalink
Update .github/workflows/release_by_tag.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Sing <[email protected]>
  • Loading branch information
chipitsine and joshuasing authored Dec 12, 2023
1 parent a553514 commit bb6a55b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_by_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on:
push:
tags: [ "v*" ]

permissions: write-all
permissions:
contents: write

jobs:
release:
Expand Down

0 comments on commit bb6a55b

Please sign in to comment.