Skip to content

Commit cc04a2a

Browse files
committed
build: publish release
1 parent 64ba6f4 commit cc04a2a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: Release
66
- next
77
- beta
88
- "*.x"
9+
- cjs
910
# These are recommended by the semantic-release docs: https://github.com/semantic-release/npm#npm-provenance
1011
permissions:
1112
contents: write # to be able to publish a GitHub release

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@
7878
{
7979
"name": "beta",
8080
"prerelease": true
81+
},
82+
{
83+
"name": "cjs",
84+
"channel": "cjs"
8185
}
8286
],
8387
"plugins": [

0 commit comments

Comments
 (0)