Skip to content

Commit 617496c

Browse files
authored
Merge pull request #61 from flowplayer/chore/fa-734a/remove-dry-run-check
chore: [FA-734] remove dry run flag for NPM package publishing
2 parents d9123b6 + 8e10c9b commit 617496c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ jobs:
4646
- name: Publish to NPMJS
4747
uses: JS-DevTools/npm-publish@v3
4848
with:
49-
token: ${{ secrets.NPM_TOKEN }}
50-
dry-run: true
49+
token: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flowplayer/react-flowplayer",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Flowplayer React Component",
55
"main": "lib/index.js",
66
"repository": "[email protected]:flowplayer/react-flowplayer.git",

0 commit comments

Comments
 (0)