diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2cef94..b9e4a95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: TAG=$(echo "${{ github.event.head_commit.message }}" | head -n1 | cut -d" " -f7); echo "tag=$TAG" >> $GITHUB_OUTPUT - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: generate_release_notes: true make_latest: true