From 1d723e3e63bc66fadf81e5bd814b8a0f14a006f1 Mon Sep 17 00:00:00 2001 From: tishoyanchev Date: Wed, 27 Sep 2023 10:33:27 +0200 Subject: [PATCH] new workflow --- .github/workflows/publish.yml | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ea36561..3cc3acf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,8 @@ jobs: with: node-version: '20.x' registry-url: 'https://registry.npmjs.org' - - run: npm ci - - run: npm publish + - run: npm install + - run: npm i infineon-feedback + - run: npm run build env: NODE_AUTH_TOKEN: ${{secrets.IFX_FEEDBACK_WIDGET}} diff --git a/package.json b/package.json index e26442e..c5b6c1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "infineon-feedback", - "version": "0.0.6", + "version": "0.0.7", "description": "Stencil Component Starter", "main": "dist/index.cjs.js", "module": "dist/index.js",