From 106243f87ee60e9a29e5f6d8e0d20cf03fa6ff0f Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Wed, 30 Oct 2024 12:07:24 +0100 Subject: [PATCH] Update softprops/action-gh-release Update softprops/action-gh-release into release.yml fix node.js deprecations --- .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 0292c63..1341ae6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: contents: write steps: - name: Create GitHub release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ github.ref_name }} name: ${{ github.ref_name }}