Skip to content

Commit

Permalink
fix: remove unnecessary release step and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
drbh committed Nov 25, 2023
1 parent 14ec41d commit 6c94f69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,3 @@ jobs:
files: ./artifacts/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish release on GitHub
uses: ncipollo/release-action@v1
with:
tag: "v${{ needs.create-version-branch.outputs.VERSION }}"
artifacts: ./artifacts/*
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nnli"
version = "0.0.14"
version = "0.0.15"
edition = "2021"
description = "🔭 interactively explore `onnx` networks in your CLI."
license = "MIT"
Expand Down

0 comments on commit 6c94f69

Please sign in to comment.