diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 8217cee..6f2fc51 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -1,7 +1,7 @@ name: Publish Package to npmjs on: - release: - types: [published] + push: + branches: [ master ] jobs: build: runs-on: ubuntu-latest diff --git a/CHANGELOG.md b/CHANGELOG.md index 79bea23..9e7447f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.2.3] - 2024-05-15 + +### Changed + +- Fix npm publish action. Closes [264](https://github.com/infosum/cypress-tags/issues/264). + ## [1.2.2] - 2024-05-15 ### Changed diff --git a/package-lock.json b/package-lock.json index 1f6c39e..da1387d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cypress-tags", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cypress-tags", - "version": "1.2.2", + "version": "1.2.3", "license": "ISC", "dependencies": { "@cypress/browserify-preprocessor": "^3.0.2", diff --git a/package.json b/package.json index 68610e6..4f8e29f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-tags", - "version": "1.2.2", + "version": "1.2.3", "description": "Use custom tags to slice up Cypress test runs.", "type": "commonjs", "main": "dist/index.js",