We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11cce36 + 1ee0557 commit bc5fcdeCopy full SHA for bc5fcde
2 files changed
.github/workflows/release.yml
@@ -16,6 +16,8 @@ jobs:
16
permissions:
17
id-token: write # Required for npm OIDC trusted publishing
18
contents: write # Required for creating GitHub releases
19
+ issues: write # Required for @semantic-release/github success comments
20
+ pull-requests: write # Required for @semantic-release/github success comments
21
steps:
22
- uses: actions/checkout@v6
23
with:
package.json
@@ -80,7 +80,7 @@
80
},
81
"repository": {
82
"type": "git",
83
- "url": "https://github.com/Boehringer-Ingelheim/create-config.git"
+ "url": "git+https://github.com/Boehringer-Ingelheim/create-config.git"
84
85
"bugs": {
86
"url": "https://github.com/Boehringer-Ingelheim/create-config/issues"
0 commit comments