Skip to content

Commit

Permalink
Merge pull request #758 from rainlanguage/2024-08-06-fix-publsih-work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
hardyjosh authored Aug 6, 2024
2 parents 8bd916d + 944ec9a commit b033659
Showing 1 changed file with 4 additions and 4 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 ${{ 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

0 comments on commit b033659

Please sign in to comment.