Skip to content

Commit

Permalink
chore: new package values
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 8, 2024
1 parent 272dbad commit f0dfa61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ deploy-crates:
stage: deploy
script:
- cargo login $CRATES_TOKEN
- cargo_publish_all
- cargo publish --package boytacean-common --no-verify
- cargo publish --package boytacean-hashing --no-verify
- cargo publish --package boytacean-encoding --no-verify
- cargo publish --package boytacean --no-verify
dependencies:
- build-rust
only:
Expand Down

0 comments on commit f0dfa61

Please sign in to comment.