Skip to content

Commit caad657

Browse files
authored
fix: fix release workflow (#1047)
1 parent 1c65128 commit caad657

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ jobs:
113113
runs-on: ubuntu-latest
114114
needs: release_please
115115
if: ${{needs.release_please.outputs.release_created}}
116+
permissions:
117+
contents: write
116118

117119
steps:
118120
- name: Checkout repository

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"release-type": "node",
55
"package-name": "@zone-eu/wildduck",
66
"pull-request-title-pattern": "chore${scope}: release ${version} [skip-ci]",
7-
"include-component-in-tag": false
7+
"include-component-in-tag": false,
8+
"draft": true
89
}
910
}
1011
}

0 commit comments

Comments
 (0)