We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2cde2 commit 1bc6555Copy full SHA for 1bc6555
script/upload-to-wasi-registry.sh
@@ -28,8 +28,8 @@ echo "Publishing to registry (${PROTOCOL}://${REGISTRY})..."
28
29
30
output=$(warg publish release --registry ${PROTOCOL}://${REGISTRY} --name ${PKG_NAMESPACE}:${PKG_NAME} --version ${PKG_VERSION} ./compiled/${COMPONENT_FILENAME} 2>&1)
31
-warg reset --registry ${PROTOCOL}://${REGISTRY}
32
exit_code=$?
+warg reset --registry ${PROTOCOL}://${REGISTRY}
33
34
# Check for specific error conditions in the output
35
if [[ $exit_code -ne 0 ]]; then
0 commit comments