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 0e2cb1d commit 3d66e75Copy full SHA for 3d66e75
scripts/publish.sh
@@ -10,7 +10,7 @@ cd wasm-pkg-tools
10
cargo install --path .
11
12
# login to the registry
13
-gh auth token | docker login ghcr.io --username YOURUSER --password-stdin
+gh auth token | docker login ghcr.io --password-stdin
14
15
# publish using wkg
16
PROJECT_NAME="rust_wasi_hello"
0 commit comments