Skip to content

Commit

Permalink
Bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Nov 3, 2021
1 parent 4e0882f commit ced2e4b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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/[email protected].4
- uses: kishikawakatsumi/[email protected].5
with:
path: TestResults.xcresult
if: success() || failure()
Expand All @@ -65,7 +65,7 @@ jobs:
run: |
xcodebuild -scheme MyFramework -resultBundlePath TestResults test
- uses: kishikawakatsumi/[email protected].4
- uses: kishikawakatsumi/[email protected].5
with:
path: TestResults.xcresult
if: success() || failure()
Expand All @@ -76,7 +76,7 @@ jobs:
## Multiple result bundle paths

```yaml
- uses: kishikawakatsumi/[email protected].4
- uses: kishikawakatsumi/[email protected].5
with:
path: |
results/Example.xcresult
Expand All @@ -88,7 +88,7 @@ jobs:
## Input parameters
```yaml
- uses: kishikawakatsumi/[email protected].4
- uses: kishikawakatsumi/[email protected].5
with:
# Path to the xcresult bundle.
path: 'TestResults.xcresult'
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

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.0.4",
"version": "1.0.5",
"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 ced2e4b

Please sign in to comment.