wasmerio / wasmer.io

The Wasmer.io website
https://wasmer.io/
21 stars 17 forks source link

Automatically deploy to wapm.dev on every commit to master #99

Closed Michael-F-Bryan closed 1 year ago

Michael-F-Bryan commented 1 year ago

When I merged #98, the publishing step failed with the following:

$# wasmer-deploy publish --publish-package --token=*** --registry=https://wapm.dev/ --non-interactive
Publishing package...
Error: cannot publish package: not logged into registry "https://registry.wapm.io/graphql"
Error: Process completed with exit code 1.

I've made https://github.com/wasmerio/deploy/pull/388 to fix the underlying issue, but for now I'm logging into wapm.io manually because that'll set the current registry and API token. I've also added --registry and --token flags so we can eventually remove the wasmer setup and login steps from CI (wasmer-deploy does those operations itself).