diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc9ade1..53bf213 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: Create Release and Upload Assets - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: "${{ github.ref_name }}" body: ${{ steps.tag_info.outputs.message }}