diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c451168..addc56d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: version: ${{ github.ref }} - name: Release to github - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: body: ${{ steps.get_release_notes.outputs.release_notes }} - name: Setup Node.js