diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ccc1bd..c5e95c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,7 +94,7 @@ jobs: run: npm publish --tag next --provenance --access public - name: Create GitHub release id: create_release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: body_path: release-notes.md make_latest: true