Skip to content

Commit 32c2925

Browse files
author
Meir Shpilraien (Spielrein)
authored
Fix publish CI (#323)
toml-editor can only set strings value. This is good enough for us because we do not really need the path argument.
1 parent 0b4fa97 commit 32c2925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cratesio-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
file: "Cargo.toml"
3535
key: "dependencies.redis-module-macros-internals"
36-
value: '{ path = "./redismodule-rs-macros-internals", version = "${{ steps.get_version.outputs.VERSION }}" }'
36+
value: "${{ steps.get_version.outputs.VERSION }}"
3737

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

0 commit comments

Comments
 (0)