Skip to content

Commit

Permalink
chore:workflow-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja committed Dec 4, 2023
1 parent 769987d commit f7fbcb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
# with:
# fetch-depth: 0
# token: ${{ secrets.AUTO_RELEASE_PAT }}
with:
fetch-depth: 0
token: ${{ secrets.AUTO_RELEASE_PAT }}

- name: Install Rust
uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit f7fbcb4

Please sign in to comment.