From acdad09986289c6e9bf59bb09cf45a7b485486d4 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 21 Nov 2023 16:54:45 -0600 Subject: [PATCH] Fix v0.1.8 --- .gitea/workflows/publish.yaml | 9 +++------ package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 35f8492..5b4c1cc 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -1,8 +1,5 @@ name: Publish npm package to gitea on: - pull_request: - branches: - - '*' release: types: [published] jobs: @@ -34,6 +31,6 @@ jobs: - name: Authenticate to git.vdb.to registry run: | npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.GITEA_PUBLISH_TOKEN }}" - #- name: npm publish - # run: | - # npm publish + - name: npm publish + run: | + npm publish diff --git a/package.json b/package.json index 8bc6e17..daa48bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cerc-io/laconic-sdk", - "version": "0.1.7", + "version": "0.1.8", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "git@github.com:cerc-io/laconic-sdk.git",