Skip to content

Commit 7696662

Browse files
update actions
1 parent 50022ac commit 7696662

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Publish Package
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- master
47

58
jobs:
69
prepare:

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-version-update",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "Change Android and iOS files before build",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)