From a1f0666bc9c59daf2c3a9361aa2882016b5125e8 Mon Sep 17 00:00:00 2001 From: patlo-iog Date: Wed, 12 Jun 2024 19:04:36 +0700 Subject: [PATCH] chore: reset version in package.json (#4) * ci: change release workflow to hyperledger secrets (#2) * ci: change release workflow to hyperledger secrets Signed-off-by: Pat Losoponkul * ci: use GITHUB_TOKEN and tmp gpg key for release Signed-off-by: Pat Losoponkul --------- Signed-off-by: Pat Losoponkul * chore: reset version in package.json Signed-off-by: Pat Losoponkul * ci: use token from env Signed-off-by: Pat Losoponkul * ci: add github actor variable Signed-off-by: Pat Losoponkul * ci: update github owner Signed-off-by: Pat Losoponkul * ci: update docker push target registry Signed-off-by: Pat Losoponkul --------- Signed-off-by: Pat Losoponkul --- build.sbt | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 8b779df..ace8a39 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ val V = new { } lazy val commonSettings = Seq( - githubOwner := "patlo-iog", + githubOwner := "hyperledger", githubRepository := "identus-keycloak-plugins" ) diff --git a/package-lock.json b/package-lock.json index 852c57a..a4af39e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "identus-keycloak-plugins", - "version": "0.1.0", + "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 4ef9c8a..92bedcb 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ [ "@semantic-release/exec", { - "prepareCmd": "docker buildx build --platform=linux/arm64,linux/amd64 -f Dockerfile-ci --push -t ghcr.io/patlo-iog/identus-keycloak-plugins:${nextRelease.version} ." + "prepareCmd": "docker buildx build --platform=linux/arm64,linux/amd64 -f Dockerfile-ci --push -t ghcr.io/hyperledger/identus-keycloak-plugins:${nextRelease.version} ." } ], [ @@ -57,5 +57,5 @@ ] ] }, - "version": "0.1.0" + "version": "0.0.0" }