Skip to content

Commit

Permalink
Releasing v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Nov 6, 2020
1 parent b469da3 commit 70b5dd1
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 @@ -50,7 +50,7 @@ and configure it as follows:

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

0 comments on commit 70b5dd1

Please sign in to comment.