Skip to content

Commit c0d8f32

Browse files
Merge pull request #1 from vfrascello/development
Updated Readme and Version.
2 parents 1f57aa7 + bc69b4d commit c0d8f32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# XCode-Deploy 1.1
1+
# XCode-Deploy 1.3
22
This action will archive, export, and upload your project or workspace to App Store Connect (TestFlight).
33
It is designed to run on a containerized VM, such as a GitHub Hosted Runner.
44
If self-hosting, some of these steps may be unnecessary or redundant.
@@ -51,7 +51,7 @@ You can generate one of these by doing a local export in XCode and then copy it
5151
## Sample Usage
5252
```yml
5353
- name: Deploy
54-
uses: vfrascello/xcode-deploy@v1.1
54+
uses: vfrascello/xcode-deploy@v1.3
5555
with:
5656
configuration: 'Release'
5757
scheme: 'MyScheme'

0 commit comments

Comments
 (0)