Give release permissions (#245)

This commit is contained in:
Sterling Dreyer 2025-02-10 16:07:25 -08:00 committed by GitHub
parent 19086818d2
commit f31cabdf2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -177,6 +177,9 @@ jobs:
release:
permissions:
contents: write
packages: write
needs: [set-version, build-and-push]
runs-on: ubuntu-latest
if: github.event_name != 'push' || startsWith(github.ref, 'refs/tags/')