Skip to content

Commit 5b3da40

Browse files
committed
ci: relase action
1 parent a20215d commit 5b3da40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0
14+
token: ${{ secrets.GA_TOKEN }}
1215

1316
- name: Extract version from Cargo.toml
1417
id: extract_version

0 commit comments

Comments
 (0)