Skip to content

Commit e75ec8b

Browse files
committed
chore: remove skip-checkout from ReleaseKit action in workflow
- Removed the `skip-checkout: 'true'` line from the ReleaseKit action in the GitHub workflow to ensure proper checkout behavior. - This change aligns with the current workflow requirements and may help in resolving issues related to package publishing.
1 parent 9562522 commit e75ec8b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/_release.reusable.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ jobs:
232232
project-dir: .
233233
verbose: 'true'
234234
summary: 'true'
235-
skip-checkout: 'true'
236235
env:
237236
GITHUB_TOKEN: ${{ github.token }}
238237
CARGO_REGISTRY_TOKEN: ${{ secrets.crates_io_token }}

0 commit comments

Comments
 (0)