Skip to content

Commit

Permalink
Merge pull request #1 from vfrascello/development
Browse files Browse the repository at this point in the history
Updated Readme and Version.
  • Loading branch information
observableobject authored Sep 18, 2022
2 parents 1f57aa7 + bc69b4d commit c0d8f32
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
@@ -1,4 +1,4 @@
# XCode-Deploy 1.1
# XCode-Deploy 1.3
This action will archive, export, and upload your project or workspace to App Store Connect (TestFlight).
It is designed to run on a containerized VM, such as a GitHub Hosted Runner.
If self-hosting, some of these steps may be unnecessary or redundant.
Expand Down Expand Up @@ -51,7 +51,7 @@ You can generate one of these by doing a local export in XCode and then copy it
## Sample Usage
```yml
- name: Deploy
uses: vfrascello/xcode-deploy@v1.1
uses: vfrascello/xcode-deploy@v1.3
with:
configuration: 'Release'
scheme: 'MyScheme'
Expand Down

0 comments on commit c0d8f32

Please sign in to comment.