diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d2ab99b..aaa14a9d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,9 @@ jobs: outputs: published: ${{ steps.changesets.outputs.published }} + env: + NPM_CONFIG_REGISTRY: https://registry.npmjs.org + steps: - name: Checkout source uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 @@ -35,12 +38,6 @@ jobs: - name: Init Hermit uses: cashapp/activate-hermit@v1 - - name: Set up Node.js - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 - with: - node-version: 20 - registry-url: https://registry.npmjs.org/ - - name: Verify NPM token is authenticated with NPMjs.com env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.gitignore b/.gitignore index 6b2a0014..48f89108 100644 --- a/.gitignore +++ b/.gitignore @@ -147,4 +147,7 @@ packages/**/src/try.ts .DS_STORE # Test report -results.xml \ No newline at end of file +results.xml + +# Hermit build output +.hermit