Skip to content

Commit

Permalink
FR-18541: fix update version script
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerFrontegg committed Nov 5, 2024
1 parent 0a9ed0a commit cb6a296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Commit Version UP
run: |
yarn lerna version $VERSION_TYPE --no-git-tag-version --yes --no-push --force-publish
yarn update-version
make update-version
- name: "Set Generated changelog"
uses: actions/github-script@v6
Expand Down

0 comments on commit cb6a296

Please sign in to comment.