Skip to content

Commit d9123b6

Browse files
authored
Merge pull request #60 from flowplayer/refactor/fa-734/automate-react-flowplayer-publish-to-npm-dry-run
refactor: fa-734 automate npm publish DRY RUN
2 parents 21c196b + 14a6914 commit d9123b6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
- name: Deploy to GitHub Pages
4444
id: deployment
4545
uses: actions/deploy-pages@v4
46-
# - name: Publish to NPMJS
47-
# uses: JS-DevTools/npm-publish@v3
48-
# with:
49-
# token: ${{ secrets.NPM_TOKEN }}
46+
- name: Publish to NPMJS
47+
uses: JS-DevTools/npm-publish@v3
48+
with:
49+
token: ${{ secrets.NPM_TOKEN }}
50+
dry-run: true

0 commit comments

Comments
 (0)