From f7526e41525661f61a45ab17715333dc11057839 Mon Sep 17 00:00:00 2001 From: ChristopherPHolder Date: Mon, 15 Apr 2024 10:46:19 +0200 Subject: [PATCH] fix(esbuild-meta): fix versioning --- .github/workflows/release.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8813ad..6e7bf5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,15 +7,16 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Setup git user - shell: bash - run: git config user.email "chris@pdeep-blue.io" && git config user.name "Christopher Holder" - uses: nrwl/nx-set-shas@v3 - uses: actions/setup-node@v4 with: node-version: 20 cache: 'npm' + registry-url: https://registry.npmjs.org + - name: Setup git user + shell: bash + run: git config user.email "chris@deep-blue.io" && git config user.name "Christopher Holder" - name: Cache NPM dependencies uses: actions/cache@v4 @@ -37,5 +38,6 @@ jobs: - name: Release env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npx nx version esbuild-meta