We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 028bbcf + 7c6d76c commit 70a7addCopy full SHA for 70a7add
.github/workflows/release.yml
@@ -43,10 +43,6 @@ jobs:
43
mkdir -p release
44
npm pack --pack-destination release
45
46
-
47
- - name: Test publish with OIDC
48
- run: npm publish --dry-run --access public --provenance --tag=ci-test
49
50
- name: Run semantic-release
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-google-maps-plus",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "React-native wrapper for android & IOS google maps sdk",
5
"main": "./lib/module/index.js",
6
"module": "./lib/module/index.js",
0 commit comments