Skip to content

Commit

Permalink
Test 2 (#192)
Browse files Browse the repository at this point in the history
* test

* split checkout action
  • Loading branch information
thesuhas authored Sep 28, 2024
1 parent 9121ccd commit 3d71fa2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -62,4 +65,4 @@ jobs:
git config user.email "suhastvs@gmail.com"
git add .
git commit -m "Version Bump"
git push --force origin main
git push --force origin HEAD:main

0 comments on commit 3d71fa2

Please sign in to comment.