Skip to content

Commit

Permalink
fix: update push target in release workflow to use 'release' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
holakirr committed Jan 11, 2025
1 parent 7666822 commit dade19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
npm version --allow-same-version=true -m "chore: bump version to %s" ${{ github.event.release.tag_name }}
- name: Push new version
run: git push origin HEAD:main
run: git push origin HEAD:release

- name: Build
run: bun run build
Expand Down

0 comments on commit dade19c

Please sign in to comment.