Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Nov 13, 2021
1 parent ee59ede commit 9c9c131
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
## Example
```yaml
- uses: kishikawakatsumi/xcresulttool@v1.1.0
- uses: kishikawakatsumi/xcresulttool@v1
with:
path: TestResults.xcresult
if: success() || failure()
Expand All @@ -65,7 +65,7 @@ jobs:
run: |
xcodebuild -scheme MyFramework -resultBundlePath TestResults test
- uses: kishikawakatsumi/xcresulttool@v1.1.0
- uses: kishikawakatsumi/xcresulttool@v1
with:
path: TestResults.xcresult
if: success() || failure()
Expand All @@ -76,7 +76,7 @@ jobs:
## Multiple result bundle paths

```yaml
- uses: kishikawakatsumi/xcresulttool@v1.1.0
- uses: kishikawakatsumi/xcresulttool@v1
with:
path: |
results/Example.xcresult
Expand All @@ -88,7 +88,7 @@ jobs:
## Input parameters
```yaml
- uses: kishikawakatsumi/xcresulttool@v1.1.0
- uses: kishikawakatsumi/xcresulttool@v1
with:
# Path to the xcresult bundle.
path: 'TestResults.xcresult'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xcresulttool",
"version": "1.1.0",
"version": "1.2.0",
"private": false,
"description": "A GitHub Action that generates a human-readable test report from the Xcode result bundle and shows it on GitHub Checks.",
"main": "lib/main.js",
Expand Down

0 comments on commit 9c9c131

Please sign in to comment.