Skip to content

Commit 14f760f

Browse files
committed
fix: adjust jobs needs for var and bump
1 parent 084e409 commit 14f760f

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156

157157
create-release:
158158
needs:
159+
- create-version-branch
159160
- build
160161
- build-osx
161162
if: needs.create-version-branch.outputs.VERSION_UPDATED == 'true'

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nnli"
3-
version = "0.0.21"
3+
version = "0.0.22"
44
edition = "2021"
55
description = "🔭 interactively explore `onnx` networks in your CLI."
66
license = "MIT"

0 commit comments

Comments
 (0)