From 7f4761c6791379535799f9ab179d7497cd15ab02 Mon Sep 17 00:00:00 2001 From: tishoyanchev Date: Wed, 27 Sep 2023 10:17:43 +0200 Subject: [PATCH] new workflow --- .github/workflows/publish.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1a07fdd..81316cd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,6 +14,7 @@ jobs: node-version: 12 registry-url: https://registry.npmjs.org - name: publish + run: npm ci run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.IFX_FEEDBACK_WIDGET}} diff --git a/package.json b/package.json index c786e7d..e26442e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "infineon-feedback", - "version": "0.0.5", + "version": "0.0.6", "description": "Stencil Component Starter", "main": "dist/index.cjs.js", "module": "dist/index.js",