From 2f6933d1d67615f64ed3009983ddc08989300fda Mon Sep 17 00:00:00 2001 From: SriHV Date: Tue, 10 Sep 2024 12:00:58 +0100 Subject: [PATCH] Updated version no --- .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 c62e1bc34b..139385b57e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: Zip templates run: zip -r templates.zip templates/* - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: templates.zip env: