From e0fd5440aee8b5ded80af9f9b86c02255cd74bd5 Mon Sep 17 00:00:00 2001 From: Masonlet Date: Sat, 27 Jun 2026 18:33:43 -0400 Subject: [PATCH] chore: create GitHub release on publish --- .github/workflows/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fc248b8..285189f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,3 +25,8 @@ jobs: run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + + - name: Create GitHub Release + uses: softprops/action-gh-release@v2 + with: + generate_release_notes: true