Skip to content

Commit

Permalink
prepare v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
irongut committed Jan 6, 2022
1 parent d944892 commit 8a0e085
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Edit Release has no outputs other than console messages and the edited release.

```yaml
name: Edit Release
uses: irongut/EditRelease@v1.0.0
uses: irongut/EditRelease@v1.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
id: ${{ github.event.release.id }}
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
run: cp coverage/**/coverage.cobertura.xml coverage/coverage.cobertura.xml

- name: Create Test Report
uses: irongut/CodeCoverageSummary@v1.0.2
uses: irongut/CodeCoverageSummary@v1.2.0
with:
filename: coverage/coverage.cobertura.xml
badge: true
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
run: nuget push **/*.nupkg -source GitHub -SkipDuplicate

- name: Add Test Report to Release
uses: irongut/EditRelease@v1.0.0
uses: irongut/EditRelease@v1.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
id: ${{ github.event.release.id }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ inputs:
default: '1'
runs:
using: 'docker'
image: 'docker://ghcr.io/irongut/editrelease:v1.1.0-beta'
image: 'docker://ghcr.io/irongut/editrelease:v1.1.0'
args:
- '--token'
- ${{ inputs.token }}
Expand Down

0 comments on commit 8a0e085

Please sign in to comment.