mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
ci: persist-credentials: true in release_oxlint
This commit is contained in:
parent
816cba6f35
commit
0ad4fe9e15
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release_oxlint.yml
vendored
2
.github/workflows/release_oxlint.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue