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

This commit is contained in:
Sabiha Khan 2025-10-10 13:36:49 +05:30
parent 0eec87d7d6
commit 8e1cbf290f
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

View file

@ -2,7 +2,7 @@
"packages": {
".": {
"release-type": "simple",
"package-name": "dograh-copy",
"package-name": "dograh",
"changelog-sections": [
{"type": "feat", "section": "Features", "hidden": false},
{"type": "fix", "section": "Bug Fixes", "hidden": false},