We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9123b6 + 8e10c9b commit 617496cCopy full SHA for 617496c
.github/workflows/deploy.yml
@@ -46,5 +46,4 @@ jobs:
46
- name: Publish to NPMJS
47
uses: JS-DevTools/npm-publish@v3
48
with:
49
- token: ${{ secrets.NPM_TOKEN }}
50
- dry-run: true
+ token: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@flowplayer/react-flowplayer",
3
- "version": "1.2.3",
+ "version": "1.2.4",
4
"description": "Flowplayer React Component",
5
"main": "lib/index.js",
6
"repository": "[email protected]:flowplayer/react-flowplayer.git",
0 commit comments