We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b2033 commit a12bdd7Copy full SHA for a12bdd7
2 files changed
.github/workflows/rust.yml
@@ -151,6 +151,9 @@ jobs:
151
steps:
152
- name: checkout code
153
uses: actions/checkout@v4
154
+ with:
155
+ fetch-depth: 0
156
+ ref: ${{ needs.setup.outputs.tag }}
157
- name: create git tag
158
run: |
159
git config --local user.email "action@github.com"
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "chunkify"
3
-version = "0.6.25"
+version = "0.6.26"
4
readme = "README.md"
5
edition = "2024"
6
authors = ["root@ltpp.vip"]
0 commit comments