diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 264bc49..daf6a18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,6 +51,9 @@ jobs: run: cargo login ${{ secrets.ORCA_API_TOKEN }} - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Bump Version uses: tj-actions/cargo-bump@v3 with: @@ -62,4 +65,4 @@ jobs: git config user.email "suhastvs@gmail.com" git add . git commit -m "Version Bump" - git push --force origin main \ No newline at end of file + git push --force origin HEAD:main \ No newline at end of file