Skip to content

Commit e11942c

Browse files
committed
Remove broken dryrun
Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com>
1 parent cce82aa commit e11942c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/CreateRelease.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -94,21 +94,6 @@ jobs:
9494
if: ${{ contains(github.ref, 'refs/heads/release/') }}
9595
run: cargo install cargo-overlay-registry
9696
shell: bash
97-
- name: Publish dry-run
98-
if: ${{ contains(github.ref, 'refs/heads/release/') }}
99-
run: |
100-
set -euxo pipefail
101-
rm -Rf ./target/package/tmp-registry
102-
cargo overlay-registry \
103-
-r crates-io \
104-
-r local=./target/package/tmp-registry \
105-
-- \
106-
cargo +1.92 publish --dry-run \
107-
-p hyperlight-wasm-aot \
108-
-p hyperlight-wasm-macro \
109-
-p hyperlight-wasm-runtime \
110-
-p hyperlight-wasm
111-
shell: bash
11297
- name: Publish to crates.io
11398
if: ${{ contains(github.ref, 'refs/heads/release/') }}
11499
run: |

0 commit comments

Comments
 (0)