From 2b777d456395d45a96a6b5be6ebe8ea85115b890 Mon Sep 17 00:00:00 2001 From: Rajat Jindal Date: Thu, 14 Sep 2023 12:30:15 +0530 Subject: [PATCH] use upstream release-action and update version from 1.10.0 to 1.13.0 Signed-off-by: Rajat Jindal --- .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 81c163356..017dc48be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -235,7 +235,7 @@ jobs: delete_release: true - name: Recreate canary tag and release - uses: rajatjindal/release-action@v0.0.1 + uses: ncipollo/release-action@v1.13.0 with: tag: canary allowUpdates: true