From 41ec28914bcd47984f00a525ef5f765254fa407b Mon Sep 17 00:00:00 2001 From: Mathias Vandaele Date: Sun, 30 Jan 2022 20:53:23 +0100 Subject: [PATCH] release 1.0.6 --- .github/workflows/npm-publish.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 1a663d0..0b8c57a 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -27,7 +27,6 @@ jobs: with: node-version: 16 - run: npm install - - run: npm test - uses: JS-DevTools/npm-publish@v1 with: token: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index 45c7450..1a816f6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "start-server-and-test": "^1.14.0" }, "name": "cypress-window-helper", - "version": "1.0.5", + "version": "1.0.6", "description": "cypress-window-helper aims to switch and interact with pop-up windows opened within the UI", "main": "index.js", "scripts": {