Skip to content

Commit b1c5112

Browse files
author
Ferran Llop
committed
Update softprops/action-gh-release to avoid warning about using deprecated nodejs version
1 parent 51796e2 commit b1c5112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- run: echo "ID=$(git describe --tags --always)" >> $GITHUB_OUTPUT
6161
id: release-id
6262

63-
- uses: softprops/action-gh-release@v1
63+
- uses: softprops/action-gh-release@v2
6464
with:
6565
tag_name: ${{ steps.release-id.outputs.ID }}
6666
files: |

0 commit comments

Comments
 (0)