Skip to content

Commit

Permalink
chore: fix/add releasing for hydroflow_plus_cli_integration, `stage…
Browse files Browse the repository at this point in the history
…left[_macro/_tool]`
  • Loading branch information
MingweiSamuel committed Feb 2, 2024
1 parent 6ac8720 commit 03ce73d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ jobs:
${{ inputs.execute && '--execute' || '--no-publish' }}
hydroflow hydroflow_lang hydroflow_macro hydroflow_plus
hydroflow_datalog hydroflow_datalog_core
hydro_deploy hydro_cli hydroflow_cli_integration hydroflow_plus_cli_integration
hydro_deploy hydro_cli hydroflow_cli_integration
hydroflow_plus_cli_integration
stageleft stageleft_macro stageleft_tool
env:
# Make sure to set this so the `gh` CLI works using our token.
GH_TOKEN: ${{ steps.generate_token.outputs.token }}
3 changes: 3 additions & 0 deletions hydro_deploy/hydroflow_plus_cli_integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name = "hydroflow_plus_cli_integration"
publish = true
version = "0.5.1"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/hydroflow_plus_cli_integration/"
description = "Library for working with hydro_deploy and hydroflow_plus"

[features]
default = []
Expand Down

0 comments on commit 03ce73d

Please sign in to comment.