From 79027cf7e41250541d31106c8c6429ca1d2e0157 Mon Sep 17 00:00:00 2001 From: ChristopherPHolder Date: Mon, 15 Apr 2024 09:55:26 +0200 Subject: [PATCH] fix(esbuild-meta): fix versioning --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ea6d8b..b8813ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,12 +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' + - name: Cache NPM dependencies uses: actions/cache@v4 id: cache-primes @@ -31,7 +35,7 @@ jobs: # - name: Test # run: npx nx run-many -t test --configuration=ci - name: Release - run: npx nx version esbuild-meta env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + run: npx nx version esbuild-meta