Skip to content

Commit 81a867e

Browse files
committed
Pin publish workflow to stoolap v0.3.4
CI uses main for development testing. Publish pins to a release tag — update to v0.3.5 when the stoolap engine release is cut.
1 parent a97c639 commit 81a867e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
contents: write
99

1010
env:
11-
STOOLAP_VERSION: main
11+
STOOLAP_VERSION: v0.3.4
1212

1313
jobs:
1414
build-lib:
@@ -37,7 +37,7 @@ jobs:
3737
path: |
3838
stoolap-engine/target
3939
~/.cargo/registry
40-
key: rust-${{ matrix.target }}-${{ github.sha }}
40+
key: rust-${{ matrix.target }}-${{ env.STOOLAP_VERSION }}
4141

4242
- name: Build libstoolap
4343
working-directory: stoolap-engine

0 commit comments

Comments
 (0)