Skip to content

Commit

Permalink
prepare v1.1.0-beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
irongut committed Jan 4, 2022
1 parent fc4896a commit 66aff1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.0'
image: 'docker://ghcr.io/irongut/editrelease:v1.1.0-beta'
args:
- '--token'
- ${{ inputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion src/EditRelease/EditRelease.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<PackageId>Taranis.EditRelease</PackageId>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<Authors>Irongut</Authors>
<Company>Taranis Software</Company>
<Description>A GitHub Action for editing an existing release.</Description>
Expand Down

0 comments on commit 66aff1a

Please sign in to comment.