Skip to content

Commit

Permalink
Call set-version before publish (previously done by release)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Dec 13, 2024
1 parent 38a5ceb commit a9982b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ args = ["-v", "./target/golem-service.yaml", "./openapi/golem-service.yaml"]
[tasks.publish]
description = "Publishes packages to crates.io"
dependencies = [
"set-version",
"publish-golem-wasm-ast",
"publish-golem-wasm-rpc",
"publish-golem-wasm-rpc-stubgen",
Expand Down

0 comments on commit a9982b8

Please sign in to comment.