Skip to content

Commit b554027

Browse files
committed
dry run the release
Signed-off-by: Jorge Prendes <[email protected]>
1 parent f91d0e2 commit b554027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CreateRelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ jobs:
117117
if: ${{ contains(github.ref, 'refs/heads/release/') }}
118118
run: |
119119
set -euxo pipefail
120-
cargo publish -p hyperlight-wasm-aot
121-
cargo publish -p hyperlight-wasm
120+
cargo publish -p hyperlight-wasm-aot --dry-run
121+
cargo publish -p hyperlight-wasm --dry-run
122122
env:
123123
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_PUBLISH_TOKEN }}
124124
shell: bash

0 commit comments

Comments
 (0)