Skip to content

Commit ab22571

Browse files
authored
chore: rename master to main (#116)
1 parent c7c9a0c commit ab22571

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release Please
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
release-please:
@@ -14,8 +14,6 @@ jobs:
1414
with:
1515
release-type: node
1616
package-name: react-native-settings
17-
bump-minor-pre-major: true
18-
bump-patch-for-minor-pre-major: true
1917
- uses: actions/checkout@v3
2018
if: ${{ steps.release.outputs.release_created }}
2119
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)