Skip to content

Commit b206bce

Browse files
authored
Update README.md
1 parent 874c818 commit b206bce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Output path of ipa. Default `"output.ipa"`.
6868
Targets to be updated with mobileprovision, code signing identity, etc. Split on new lines. Default `""`. (default to all targets)
6969

7070
```yaml
71-
- uses: sparkfabrik/ios-build-action@v1.1.0
71+
- uses: sparkfabrik/ios-build-action@v1.2.0
7272
with:
7373
update-targets: |
7474
MyApp
@@ -111,7 +111,7 @@ Remember to run `yarn install` and `yarn bundle` if you make changes to the `ind
111111
### single p12
112112

113113
```yaml
114-
- uses: sparkfabrik/ios-build-action@v1.0.0
114+
- uses: sparkfabrik/ios-build-action@v1.2.0
115115
with:
116116
project-path: App.xcodeproj
117117
p12-base64: ${{ secrets.P12_BASE64 }}
@@ -124,7 +124,7 @@ Remember to run `yarn install` and `yarn bundle` if you make changes to the `ind
124124
### key and cert
125125

126126
```yaml
127-
- uses: sparkfabrik/ios-build-action@v1.0.0
127+
- uses: sparkfabrik/ios-build-action@v1.2.0
128128
with:
129129
project-path: App.xcodeproj
130130
p12-key-base64: ${{ secrets.P12_KEY_BASE64 }}

0 commit comments

Comments
 (0)