Skip to content

Commit 70a7add

Browse files
authored
ci: npm release (#16)
2 parents 028bbcf + 7c6d76c commit 70a7add

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ jobs:
4343
mkdir -p release
4444
npm pack --pack-destination release
4545
46-
47-
- name: Test publish with OIDC
48-
run: npm publish --dry-run --access public --provenance --tag=ci-test
49-
5046
- name: Run semantic-release
5147
env:
5248
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-google-maps-plus",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "React-native wrapper for android & IOS google maps sdk",
55
"main": "./lib/module/index.js",
66
"module": "./lib/module/index.js",

0 commit comments

Comments
 (0)