Skip to content

Commit

Permalink
Merge pull request #11 from yukiarrr/fix-version-v1.1.0
Browse files Browse the repository at this point in the history
Fix version v1.1.0
  • Loading branch information
yukiarrr authored Aug 8, 2020
2 parents 51591f1 + 82bd99e commit 0d72518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Welcome your contributions!
### single p12

```yaml
- uses: yukiarrr/ios-build-action@v1.0.0
- uses: yukiarrr/ios-build-action@v1.1.0
with:
project-path: Unity-iPhone.xcodeproj
p12-base64: ${{ secrets.P12_BASE64 }}
Expand All @@ -87,7 +87,7 @@ Welcome your contributions!
### key and cert
```yaml
- uses: yukiarrr/ios-build-action@v1.0.0
- uses: yukiarrr/ios-build-action@v1.1.0
with:
project-path: Unity-iPhone.xcodeproj
p12-key-base64: ${{ secrets.P12_KEY_BASE64 }}
Expand Down

0 comments on commit 0d72518

Please sign in to comment.