Skip to content

Commit ecb7f49

Browse files
committed
checkout was added in 'get-info'
1 parent f8ae5f7 commit ecb7f49

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
cargo_version: ${{ steps.get-version.outputs.VERSION }}
2020
workflow_git_tag: ${{ steps.get-version.outputs.WORKFLOW_GIT_TAG }}
2121
steps:
22+
- uses: actions/checkout@v4
23+
with:
24+
fetch-depth: 0
25+
token: ${{ secrets.RELEASE_TOKEN }}
26+
2227
- name: Get Version from Cargo.toml
2328
id: get-version
2429
run: |

0 commit comments

Comments
 (0)