From 06baf87945c46c5949f2b4909812020df4d8c14f Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Wed, 17 Apr 2024 03:52:41 +0000 Subject: [PATCH] bump softprops/action-gh-release from v1 to v2 (use Node 20 now) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 440870fc..b25d53e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: - # https://github.com/softprops/action-gh-release name: Create Release from current tag if: github.ref_type == 'tag' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: # https://github.com/softprops/action-gh-release#-customizing prerelease: false draft: true