fix: release package name and add write permission for 'comment on release' step of deployment action (#31)

This commit is contained in:
Sabiha Khan 2025-10-10 16:10:15 +05:30 committed by GitHub
parent 0eec87d7d6
commit b9d1720d94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,9 @@ on:
release:
types: [published]
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest