diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c508ce..f8a4883 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Create GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: body: ${{ steps.git-cliff.outputs.content }} tag_name: ${{ env.RELEASE_TAG }}