From f31e5827277fc4f8af4025e0a951c7cf77e647b2 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Wed, 2 Oct 2024 22:09:36 +0300 Subject: [PATCH] [ci] Update another GitHub action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54c80e90..5495e556 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: echo "release_name=$(git tag -l --format='%(contents:subject)' ${{ github.ref_name }})" >> $GITHUB_ENV - name: Publish - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: ${{ env.release_name }} body_path: ${{ runner.temp }}/release_body.md