Skip to content

Commit

Permalink
build: Update release.yml - step reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
advaitk7 authored Dec 15, 2023
1 parent 637808b commit 371d572
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ jobs:
with:
node-version: 16.17.1
registry-url: 'https://registry.npmjs.org'
- name: Setup email & Update versions
if: ${{ steps.release.outputs.release_created }}
working-directory: .
run: |
git config user.name github-actions && git config user.email [email protected]
npm run :update:versions && git add -A && git commit --no-edit --amend
# run: lerna version --yes
- name: Install pnpm
if: ${{ steps.release.outputs.release_created }}
working-directory: .
Expand All @@ -37,6 +30,13 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
working-directory: .
run: pnpm i --frozen-lockfile
- name: Setup email & Update versions
if: ${{ steps.release.outputs.release_created }}
working-directory: .
run: |
git config user.name github-actions && git config user.email [email protected]
npm run :update:versions && git add -A && git commit --no-edit --amend
# run: lerna version --yes
- name: Publish all packages
if: ${{ steps.release.outputs.release_created }}
working-directory: .
Expand Down

0 comments on commit 371d572

Please sign in to comment.