Skip to content

Commit e6bdc7b

Browse files
authored
Merge pull request #140 from baynezy/dependabot/github_actions/softprops/action-gh-release-2.5.0
Bump softprops/action-gh-release from 0.1.15 to 2.5.0
2 parents cefaf05 + ba41334 commit e6bdc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
dotnet publish ./src/Console/Console.csproj -c Release -r win-x64 -o ./output /p:Version=${{ needs.get-version.outputs.version }}
2424
2525
- name: "Create Release"
26-
uses: softprops/action-gh-release@v0.1.15
26+
uses: softprops/action-gh-release@v2.5.0
2727
with:
2828
token: ${{ secrets.CREATE_RELEASE_TOKEN }}
2929
target_commitish: ${{ github.sha }}

0 commit comments

Comments
 (0)