Skip to content

Commit b9fc7f4

Browse files
committed
chore: version bump (testing workflow)
1 parent 3c1e8c8 commit b9fc7f4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
target: ${{ matrix.target }}
3535

3636
- uses: swatinem/rust-cache@v2
37+
with:
38+
shared-key: "release-build"
39+
save-if: ${{ github.ref_name == 'master' }}
3740

3841
- name: Build Release
3942
run: cargo build --release --target ${{ matrix.target }}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ggpk-explorer"
3-
version = "1.0.10"
3+
version = "1.0.11"
44
edition = "2021"
55

66
[package.metadata.deb]

0 commit comments

Comments
 (0)