Skip to content

Commit a12bdd7

Browse files
committed
update: code
1 parent 55b2033 commit a12bdd7

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ jobs:
151151
steps:
152152
- name: checkout code
153153
uses: actions/checkout@v4
154+
with:
155+
fetch-depth: 0
156+
ref: ${{ needs.setup.outputs.tag }}
154157
- name: create git tag
155158
run: |
156159
git config --local user.email "action@github.com"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chunkify"
3-
version = "0.6.25"
3+
version = "0.6.26"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

0 commit comments

Comments
 (0)