diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1ea2c7e..fc1dc0b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,8 +1,7 @@ name: Publish to npm on: release: - types: [published] - + types: [published] jobs: publish: runs-on: ubuntu-latest diff --git a/package.json b/package.json index f4457b3..45f5509 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aplyca/ibexa-pagebuilder-block-refresher", - "version": "1.0.6", + "version": "1.0.7", "description": "This module help you refresing the blocks preview in Ibexa admin. You can specific a function to render Vue Components, React Components or anything that you need rendering after edit blocks fields. This module supports Ibexa Platform, Ibexa DXP 3.* and Ibexa DXP 4.*", "main": "src/index.js", "keywords": [], @@ -11,10 +11,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/csuarez6/IbexaPageBuilderBlockRefresher.git" + "url": "git+https://github.com/Aplyca/ibexa-pagebuilder-block-refresher.git" }, "bugs": { - "url": "https://github.com/csuarez6/IbexaPageBuilderBlockRefresher/issues" + "url": "https://github.com/Aplyca/ibexa-pagebuilder-block-refresher/issues" }, - "homepage": "https://github.com/csuarez6/IbexaPageBuilderBlockRefresher#readme" + "homepage": "https://github.com/Aplyca/ibexa-pagebuilder-block-refresher#readme" }