Skip to content

Commit

Permalink
fix(versioning): no major bumps when under version 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianHoffmannS2 committed Jan 13, 2025
1 parent d734d2c commit 16bb8e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
id: release
with:
release-type: node
package-name: '@ashk1996/boiler'
package-name: '@boiler/boiler'
token: ${{ secrets.GITHUB_TOKEN }}
target-branch: main
branch: main
bump-minor-pre-major: true

0 comments on commit 16bb8e7

Please sign in to comment.