Skip to content

Commit

Permalink
build: try to make a release
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed May 2, 2024
1 parent f0e9b87 commit 06aeedc
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
- beta
- next
- "*.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 @@ -80,6 +80,10 @@
"+([0-9]).x",
"main",
"next",
{
"name": "cjs",
"channel": "cjs"
},
{
"name": "beta",
"prerelease": true
Expand Down

0 comments on commit 06aeedc

Please sign in to comment.