Fix gha workflow for library version bump (#3047)

* fix update-library-versions action

* fix update-library-actions
This commit is contained in:
Denys Vuika 2023-03-07 13:40:56 -05:00 committed by GitHub
parent 44fdc462f3
commit b5d5c1bc95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,3 @@ runs:
fi fi
./scripts/gh/update-lib-versions.sh "$NEW_LIBRARY_VERSION" "${{ inputs.dry-run }}" ./scripts/gh/update-lib-versions.sh "$NEW_LIBRARY_VERSION" "${{ inputs.dry-run }}"
echo "Building projects"
npm run build-libs