Skip to content

Commit

Permalink
Update manual-package-release.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rouzwelt committed Aug 6, 2024
1 parent 3ebca00 commit 944ec9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/manual-package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
git config --global user.email "${{ secrets.CI_GIT_EMAIL }}"
git config --global user.name "${{ secrets.CI_GIT_USER }}"
- name: Publish to crates.io
run: nix develop -c cargo release --no-confirm --execute --no-tag --workspace --exclude rain-orderbook-env ${{ inputs.version-level }}
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
# - name: Publish to crates.io
# run: nix develop -c cargo release --no-confirm --execute --no-tag -p rain_orderbook_common ${{ inputs.version-level }}
# env:
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

# set npm version to rust crate version
- name: Set Version
Expand Down
1 change: 0 additions & 1 deletion crates/env/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "rain-orderbook-env"
version = "0.0.0"
description = "Rain Orderbook env for tests"
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 944ec9a

Please sign in to comment.