Skip to content

Commit

Permalink
Releasing v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Nov 17, 2020
1 parent ff30c78 commit 075b72a
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 @@ -45,7 +45,7 @@ You can add this action to your GitHub workflow as follows:

```yaml
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1.4
uses: EnricoMi/publish-unit-test-result-action@v1.5
if: always()
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
path: artifacts
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1.4
uses: EnricoMi/publish-unit-test-result-action@v1.5
with:
check_name: Unit Test Results
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 075b72a

Please sign in to comment.