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.
1 parent f516abc commit d6f21daCopy full SHA for d6f21da
.github/workflows/test_release.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Semantic Release
86
run: |
87
- npm install @semantic-release/git @semantic-release/changelog @semantic-release/exec -D
+ npm install @semantic-release/git @semantic-release/changelog -D
88
npx semantic-release
89
env:
90
GH_TOKEN: ${{ secrets.BGPS_CI_TOKEN }}
.releaserc
@@ -19,13 +19,10 @@
19
}
20
],
21
[
22
- "@semantic-release/exec",
+ "@semantic-release/github",
23
{
24
"publishCmd": "./scripts/release_publish.sh \"${nextRelease.notes}\""
25
26
27
- [
28
- "@semantic-release/github"
29
- ]
30
]
31
0 commit comments