diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7042185..e9846fb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,5 +46,4 @@ jobs: - name: Publish to NPMJS uses: JS-DevTools/npm-publish@v3 with: - token: ${{ secrets.NPM_TOKEN }} - dry-run: true \ No newline at end of file + token: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index d4f5e9f..c420764 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flowplayer/react-flowplayer", - "version": "1.2.3", + "version": "1.2.4", "description": "Flowplayer React Component", "main": "lib/index.js", "repository": "git@github.com:flowplayer/react-flowplayer.git",