Skip to content

Commit

Permalink
fix: do not use hard coded branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Mar 31, 2024
1 parent 9b44e4c commit 4c35b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
cat <<EOF > .releaserc.yml
---
preset: conventionalcommits
branches: master
branches: ${{ github.head_ref || github.ref_name }}
plugins:
- - "@semantic-release/commit-analyzer"
Expand Down

0 comments on commit 4c35b73

Please sign in to comment.