Skip to content

Commit

Permalink
update gitworkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
razor1331 committed Apr 8, 2020
1 parent c301714 commit f310eba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,3 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

publish-gpr:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-vlc-media-player",
"version": "1.0.10",
"version": "1.0.11",
"description": "React native media player for video streaming and playing. Supports RTSP,RTMP and other protocols supported by VLC player",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f310eba

Please sign in to comment.