Skip to content

Commit

Permalink
build: publish release
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed May 2, 2024
1 parent 64ba6f4 commit cc04a2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Release
- next
- beta
- "*.x"
- cjs
# These are recommended by the semantic-release docs: https://github.com/semantic-release/npm#npm-provenance
permissions:
contents: write # to be able to publish a GitHub release
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
{
"name": "beta",
"prerelease": true
},
{
"name": "cjs",
"channel": "cjs"
}
],
"plugins": [
Expand Down

0 comments on commit cc04a2a

Please sign in to comment.