Skip to content

Commit 06aeedc

Browse files
committed
build: try to make a release
1 parent f0e9b87 commit 06aeedc

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
- beta
77
- next
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
@@ -80,6 +80,10 @@
8080
"+([0-9]).x",
8181
"main",
8282
"next",
83+
{
84+
"name": "cjs",
85+
"channel": "cjs"
86+
},
8387
{
8488
"name": "beta",
8589
"prerelease": true

0 commit comments

Comments
 (0)