From 914cf10cee6a614d5bbd19338d819187e66599c0 Mon Sep 17 00:00:00 2001 From: Amndeep Singh Mann Date: Thu, 13 Jun 2024 00:05:34 -0400 Subject: [PATCH] Updated the softprops/action-gh-release to v2 Resolves #61 Signed-off-by: Amndeep Singh Mann --- .github/workflows/draft-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 441248ee2..cf13adfd3 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -16,7 +16,7 @@ jobs: echo "$(git tag -l --sort=taggerdate --format="%(contents:subject)" | tail -n 1)" > RELEASE_NOTES echo "This release corresponds to the latest of the same major version for the SAF CLI." >> RELEASE_NOTES - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: body_path: RELEASE_NOTES draft: true