From 8e10c9bcfd3b7ef0a4e063a98f3522930ac57e4a Mon Sep 17 00:00:00 2001 From: rj-wowza Date: Wed, 12 Feb 2025 18:58:21 -0700 Subject: [PATCH] chore: remove dry run and bump package to trigger publish and release --- .github/workflows/deploy.yml | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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",