From f8193b652473dc40256bb7a3387baa1c1885e33a Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 14 Apr 2024 11:14:47 -0700 Subject: [PATCH] Update softprops/action-gh-release action to v2 (node20) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d4056ea..ff205da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: - run: git tag -d ${{inputs.crate}} || true - run: git tag ${{inputs.crate}} - run: git push origin tag ${{inputs.crate}} --force - - uses: softprops/action-gh-release@v1 + - uses: softprops/action-gh-release@v2 with: tag_name: ${{inputs.crate}} target_commitish: ${{github.ref}}