Skip to content

Commit

Permalink
Fix publish CI (#323)
Browse files Browse the repository at this point in the history
toml-editor can only set strings value. This is good enough for us because we do not really need the path argument.
  • Loading branch information
MeirShpilraien authored May 4, 2023
1 parent 0b4fa97 commit 32c2925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cratesio-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
file: "Cargo.toml"
key: "dependencies.redis-module-macros-internals"
value: '{ path = "./redismodule-rs-macros-internals", version = "${{ steps.get_version.outputs.VERSION }}" }'
value: "${{ steps.get_version.outputs.VERSION }}"

- name: Set the version for publishing on macros crate
uses: ciiiii/[email protected]
Expand Down

0 comments on commit 32c2925

Please sign in to comment.