Skip to content

Commit

Permalink
Merge pull request #45 from skill20/master
Browse files Browse the repository at this point in the history
feature: android 2.8.2,ios 2.6.2
  • Loading branch information
skill20 authored Jun 4, 2021
2 parents b11aa9d + a3449e9 commit 897cdc8
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
name: npm-publish
on:
push:
branches:
- master # Change this to your default branch
jobs:
npm-publish:
name: npm-publish
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master
- name: Set up Node.js
uses: actions/setup-node@master
with:
node-version: 10.0.0
registry-url: https://registry.npmjs.org/
- run: npm publish
env: # More info about the environment variables in the README
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}} # You need to set this in your repo settings
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed android/libs/jcore-android-2.6.0.jar
Binary file not shown.
Binary file added android/libs/jcore-android-2.8.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author" : "wicked.tc130",
"license" : "ISC",
"main" : "index.js",
"version" : "1.9.1",
"version" : "1.9.2",
"repository" : {
"type": "git",
"url": "https://github.com/jpush/jcore-react-native"
Expand Down

0 comments on commit 897cdc8

Please sign in to comment.