Skip to content

Commit 8ff250f

Browse files
committed
add disable bump-version
1 parent 12e74e1 commit 8ff250f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bump-upload.yml renamed to .github/tmp-disable-bump-upload.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Bump Version & Upload
2-
32
on:
43
push:
54
tags:
@@ -32,7 +31,9 @@ jobs:
3231
file_pattern: 'crates/*/Cargo.toml'
3332

3433
upload-crates:
34+
needs: bump
3535
uses: ./.github/workflows/upload_crates.yml
3636

3737
upload-cachix:
38+
needs: bump
3839
uses: ./.github/workflows/upload_cachix.yml

0 commit comments

Comments
 (0)