Skip to content

Commit

Permalink
Merge pull request #266 from infosum/npm-publish-1.2.3
Browse files Browse the repository at this point in the history
fix npm publish action
  • Loading branch information
stusmitharoo authored May 15, 2024
2 parents fd1552b + 92bddca commit 7920ae7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish Package to npmjs
on:
release:
types: [published]
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7920ae7

Please sign in to comment.