Skip to content

Commit

Permalink
Release workflow permission fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a13x5 committed Jan 4, 2025
1 parent 97a3a1f commit 2bbd969
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ on:
tags:
- "*"

permissions:
packages: write

jobs:
release:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2bbd969

Please sign in to comment.