From 6d2423cfb6c3cb0046574e5fe806eb27e5053241 Mon Sep 17 00:00:00 2001 From: ChristopherPHolder Date: Mon, 15 Apr 2024 09:49:38 +0200 Subject: [PATCH] fix(esbuild-meta): fix versioning --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6dcf704..7ea6d8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: # - name: Test # run: npx nx run-many -t test --configuration=ci - name: Release - run: nx version + run: npx nx version esbuild-meta env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}