Skip to content

Commit

Permalink
feat: rename branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Theryston committed Nov 13, 2024
1 parent 1023d2a commit 58f1adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- main

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"branches": [
"master"
"main"
],
"plugins": [
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 58f1adc

Please sign in to comment.