Skip to content

Commit 481a255

Browse files
Update softprops/action-gh-release action to v2.4.0 (#125)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b61d65f commit 481a255

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
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Upload to GitHub Releases
4141
if: startsWith(github.ref, 'refs/tags/')
42-
uses: softprops/action-gh-release@v2.0.8
42+
uses: softprops/action-gh-release@v2.4.0
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
with:

0 commit comments

Comments
 (0)