We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e9b87 commit 06aeedcCopy full SHA for 06aeedc
.github/workflows/release.yml
@@ -6,6 +6,7 @@ name: Release
6
- beta
7
- next
8
- "*.x"
9
+ - cjs
10
# These are recommended by the semantic-release docs: https://github.com/semantic-release/npm#npm-provenance
11
permissions:
12
contents: write # to be able to publish a GitHub release
package.json
@@ -80,6 +80,10 @@
80
"+([0-9]).x",
81
"main",
82
"next",
83
+ {
84
+ "name": "cjs",
85
+ "channel": "cjs"
86
+ },
87
{
88
"name": "beta",
89
"prerelease": true
0 commit comments