Skip to content

Commit a0f1f2a

Browse files
Update softprops/action-gh-release action to v2.5.0 (#131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 666467d commit a0f1f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Upload to GitHub Releases
5454
if: startsWith(github.ref, 'refs/tags/')
55-
uses: softprops/action-gh-release@v2.4.0
55+
uses: softprops/action-gh-release@v2.5.0
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
with:

0 commit comments

Comments
 (0)