diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index fe270db..47787b1 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -27,7 +27,7 @@ jobs: - run: yarn - name: Run yarn build run: | - yarn dist + LACONIC_HOSTED_CONFIG_FILE=config-hosted.yml yarn dist - name: Configure git.vdb.to npm registry run: | npm config set registry https://git.vdb.to/api/packages/cerc-io/npm/ diff --git a/package.json b/package.json index 575abf6..a218877 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cerc-io/console-app", - "version": "1.3.5", + "version": "1.3.6", "description": "Laconic Console", "repository": "https://github.com/cerc-io/laconic-console", "main": "dist/es/index.js",