Skip to content

Commit

Permalink
change npm-publish, update version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrrapek committed Mar 14, 2021
1 parent 111546c commit f86529e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,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-expandable-fab",
"version": "1.1.1",
"version": "1.1.2",
"description": "A simple package containing a configurable and expandable FAB component",
"keywords": [
"react-native",
Expand Down

0 comments on commit f86529e

Please sign in to comment.