ci: persist-credentials: true in release_oxlint

This commit is contained in:
Boshen 2024-12-14 13:16:07 +08:00
parent 816cba6f35
commit 0ad4fe9e15
No known key found for this signature in database
GPG key ID: 67715A371E534061

View file

@ -154,7 +154,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0 # for changelog
persist-credentials: false
persist-credentials: true # for git operations in `cargo release-oxc`
- uses: oxc-project/setup-rust@cd82e1efec7fef815e2c23d296756f31c7cdc03d # v1.0.0
with: