We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ba6f4 commit cc04a2aCopy full SHA for cc04a2a
.github/workflows/release.yml
@@ -6,6 +6,7 @@ name: Release
6
- next
7
- beta
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
@@ -78,6 +78,10 @@
78
{
79
"name": "beta",
80
"prerelease": true
81
+ },
82
+ {
83
+ "name": "cjs",
84
+ "channel": "cjs"
85
}
86
],
87
"plugins": [
0 commit comments