mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
fix: release package name and add write permission for 'comment on release' step of deployment action (#31)
This commit is contained in:
parent
0eec87d7d6
commit
b9d1720d94
2 changed files with 4 additions and 1 deletions
3
.github/workflows/release-deployment.yml
vendored
3
.github/workflows/release-deployment.yml
vendored
|
|
@ -4,6 +4,9 @@ on:
|
|||
release:
|
||||
types: [published]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue