Skip to content

Commit

Permalink
chore: update branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Jun 10, 2024
1 parent da8404f commit 047e227
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 @@ -60,7 +60,7 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add .
git commit -m "chore: bump version to v$CRATE_VERSION"
git push origin main --follow-tags
git push origin trunk --follow-tags
- name: Login to Crates.io
run: cargo login ${CRATES_IO_TOKEN}
Expand Down

0 comments on commit 047e227

Please sign in to comment.