Skip to content

Commit

Permalink
fix(esbuild-meta): fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Apr 15, 2024
1 parent 6d2423c commit 79027cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup git user
shell: bash
run: git config user.email "[email protected]" && 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
Expand All @@ -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

0 comments on commit 79027cf

Please sign in to comment.