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 8971ac9 commit f7526e4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +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'
registry-url: https://registry.npmjs.org

- name: Setup git user
shell: bash
run: git config user.email "[email protected]" && git config user.name "Christopher Holder"

- name: Cache NPM dependencies
uses: actions/cache@v4
Expand All @@ -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

0 comments on commit f7526e4

Please sign in to comment.