diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d9e079..73816b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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}