Skip to content

Commit

Permalink
chore(ci): Fix release-please workflows #5 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc authored Sep 3, 2024
1 parent e3854a5 commit 6e470f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please-prepare-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
if: ${{ needs.check_state.outputs.already_committed != 'true' }}
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
persist-credentials: false

- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit 6e470f4

Please sign in to comment.