diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 6ed218d..027e24a 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -104,7 +104,7 @@ jobs: - name: Create GitHub Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: generate_release_notes: true tag_name: v${{ needs.publish-npm.outputs.version }}