We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fee06 commit 2da2d66Copy full SHA for 2da2d66
.github/workflows/auto-publish.yml
@@ -37,6 +37,7 @@ jobs:
37
extra_plugins: |
38
@semantic-release/changelog@^5.0.1
39
@semantic-release/git@^9.0.0
40
+ @semantic-release/github@^7.2.3
41
@semantic-release/npm@^7.1.3
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -32,6 +32,7 @@
32
]
33
}
34
],
35
+ "@semantic-release/github",
36
[
"@semantic-release/npm",
{
0 commit comments