We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88acc1b commit b420a52Copy full SHA for b420a52
1 file changed
.github/workflows/release.yml
@@ -408,6 +408,8 @@ jobs:
408
sed -i 's/{{ COLUMNAR_VERSION }}/${{ env.COLUMNAR_VERSION }}/g' $spec_file
409
sed -i 's/{{ GALERA_NAME }}/${{ env.GALERA_NAME }}/g' $spec_file
410
sed -i 's/{{ GALERA_VERSION }}/${{ env.GALERA_VERSION }}/g' $spec_file
411
+ sed -i 's/{{ LOAD_NAME }}/${{ env.LOAD_NAME }}/g' $spec_file
412
+ sed -i 's/{{ LOAD_VERSION }}/${{ env.LOAD_VERSION }}/g' $spec_file
413
414
tar czf tmp.tar.gz "${{ env.EXTRA_NAME }}/"
415
mkdir -p "$RPMBUILD_SOURCE_DIR"
0 commit comments