update inkjet.md

This commit is contained in:
2025-12-08 15:13:45 -05:00
parent 5a854effe6
commit 6e2235f7ad

View File

@@ -12,7 +12,7 @@ sops exec-env secrets.sops.env 'earthly --secret TOKEN=$TOKEN --push -i +nodejs'
sops exec-env secrets.sops.env 'earthly --secret TOKEN=$TOKEN --push -i +provider'
```
## publish (version)
## provider publish (version)
> publish the provider to gitea host. Include version number without v prefix
@@ -101,3 +101,9 @@ upload_tarballs() {
upload_tarballs kiterun/pulumi-incus $version
```
## sdk publish
```
cd sdk/nodejs && pnpm publish bin
```