Skip to content

Commit

Permalink
fix: fix release config
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Apr 12, 2024
1 parent 98a862b commit 23f53fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
push:
branches: [ main, beta, prerelease ]
branches: [ main, beta, sdk2 ]
pull_request:
branches: [ main ]
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"branches": [
{ "name": "main", "channel": "latest" },
"+([0-9])?(.{+([0-9]),x}).x",
{ "name": "beta", "channel": "sdk2", "prerelease": true },
{ "name": "prerelease", "channel": "sdk2", "prerelease": "rc" }
{ "name": "beta", "prerelease": true },
{ "name": "sdk2", "channel": "sdk2", "prerelease": "rc" }
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 23f53fa

Please sign in to comment.