@grekt/cli 6.42.0 → 6.42.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +4 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -102328,6 +102328,9 @@ function detectArtifactBaseRef(artifactName) {
102328
102328
  function createArtifactTag(artifactName, version3) {
102329
102329
  const tag = `${artifactName}@${version3}`;
102330
102330
  exec(["tag", tag]);
102331
+ if (process.env.CI) {
102332
+ execOrNull(["push", "origin", tag]);
102333
+ }
102331
102334
  }
102332
102335
 
102333
102336
  // src/workspace/workspace.ts
@@ -104406,7 +104409,7 @@ var whoamiCommand = new Command("whoami").description("Show current user").actio
104406
104409
  // package.json
104407
104410
  var package_default = {
104408
104411
  name: "@grekt/cli",
104409
- version: "6.42.0",
104412
+ version: "6.42.1",
104410
104413
  description: "AI tools versioned, synced, and shared across tools and teams",
104411
104414
  type: "module",
104412
104415
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grekt/cli",
3
- "version": "6.42.0",
3
+ "version": "6.42.1",
4
4
  "description": "AI tools versioned, synced, and shared across tools and teams",
5
5
  "type": "module",
6
6
  "bin": {