Skip to content

Commit

Permalink
fix(sm-release): fixing wrong branch on semantic-release (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
luabida authored Feb 3, 2023
1 parent b079089 commit c22f13c
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18

- name: Test release
if: ${{ github.event_name != 'workflow_dispatch' }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branches": ["main"],
"branches": ["master"],
"tagFormat": "${version}",
"plugins": [
[
Expand Down

0 comments on commit c22f13c

Please sign in to comment.