We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa09b5 commit 3953d6eCopy full SHA for 3953d6e
scripts/release/publish-build-artifacts.sh
@@ -37,6 +37,9 @@ cp -r $buildDir/* $repoDir
37
# Create the build commit and push the changes to the repository.
38
cd $repoDir
39
40
+# Update the package.json version to include the current commit SHA.
41
+sed -i "s/$buildVersion/$buildVersion-$commitSha/g" package.json
42
+
43
# Prepare Git for pushing the artifacts to the repository.
44
git config user.name "$commitAuthorName"
45
git config user.email "$commitAuthorEmail"
0 commit comments