We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce82aa commit e11942cCopy full SHA for e11942c
.github/workflows/CreateRelease.yml
@@ -94,21 +94,6 @@ jobs:
94
if: ${{ contains(github.ref, 'refs/heads/release/') }}
95
run: cargo install cargo-overlay-registry
96
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
112
- name: Publish to crates.io
113
114
run: |
0 commit comments