Skip to content

Commit

Permalink
build: Update release.yml - Added package version changes within the …
Browse files Browse the repository at this point in the history
…pipeline
  • Loading branch information
advaitk7 authored Dec 15, 2023
1 parent 5e8b171 commit 40a9866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Update versions
if: ${{ steps.release.outputs.release_created }}
working-directory: .
run: npm run :update:versions
run: 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 }}
Expand Down

0 comments on commit 40a9866

Please sign in to comment.