From aba95a275c4d7bdfaedff133338fc04dcfe33ff8 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 21 Nov 2023 23:29:12 +0000 Subject: [PATCH] More publishing fixes Reviewed-on: https://git.vdb.to/cerc-io/laconic-sdk/pulls/47 Co-authored-by: Thomas E Lackey Co-committed-by: Thomas E Lackey --- .gitea/workflows/publish.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 5b4c1cc..88a9807 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -30,7 +30,7 @@ jobs: npm config set registry https://git.vdb.to/api/packages/cerc-io/npm/ - name: Authenticate to git.vdb.to registry run: | - npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.GITEA_PUBLISH_TOKEN }}" + npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.CICD_PUBLISH_TOKEN }}" - name: npm publish run: | npm publish diff --git a/package.json b/package.json index daa48bf..462e9c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cerc-io/laconic-sdk", - "version": "0.1.8", + "version": "0.1.9", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "git@github.com:cerc-io/laconic-sdk.git",