From 0fcb6f3318f3efa77a572f33461fce809ff784e5 Mon Sep 17 00:00:00 2001 From: "Devin W. Leaman" Date: Sat, 4 Nov 2023 00:50:56 -0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 818d63b..56a1e81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,13 @@ jobs: - name: Test Codebase run: bun test --coverage + - name: Setup Node.js environment + uses: actions/setup-node@v4.0.0 + with: + scope: "@4lch4" + # Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting. + token: ${{ secrets.NPM_TOKEN }} + - name: Publish Package run: npm publish --access public env: