Skip to content

Commit

Permalink
fix: set correct path for workflow (#189)
Browse files Browse the repository at this point in the history
* fix: set correct path for workflow

* fix: bump package.json version
  • Loading branch information
andreshernandez-e2x authored Jan 5, 2024
1 parent bbe74b1 commit 6c993d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag-on-version-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
uses: ./.github/actions/tag-on-npm-version
with:
tag-prefix: 'v'
package-json-path: './plugin'
package-json-path: './plugin/'
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "klaviyo-ct-plugin",
"version": "1.0.11",
"version": "1.0.12",
"description": "Klaviyo plugin for integration with commercetools",
"main": "index.js",
"author": {
Expand Down

0 comments on commit 6c993d7

Please sign in to comment.