We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91d0e2 commit b554027Copy full SHA for b554027
.github/workflows/CreateRelease.yml
@@ -117,8 +117,8 @@ jobs:
117
if: ${{ contains(github.ref, 'refs/heads/release/') }}
118
run: |
119
set -euxo pipefail
120
- cargo publish -p hyperlight-wasm-aot
121
- cargo publish -p hyperlight-wasm
+ cargo publish -p hyperlight-wasm-aot --dry-run
+ cargo publish -p hyperlight-wasm --dry-run
122
env:
123
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_PUBLISH_TOKEN }}
124
shell: bash
0 commit comments