Skip to content

Commit

Permalink
ci: release beta
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdmike committed Nov 5, 2024
1 parent e9d5135 commit f3d5f64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Semantic-Release CI

on:
push:
branches: [alpha]
branches: [beta]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"name": "main"
},
{
"name": "alpha",
"prerelease": "alpha"
"name": "beta",
"prerelease": "beta"
}
],
"plugins": [
Expand Down

0 comments on commit f3d5f64

Please sign in to comment.