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 1b3e012 commit ce66260Copy full SHA for ce66260
scripts/publish.sh
@@ -9,7 +9,7 @@ set -e
9
# in the following format e.g. 0.3.0
10
11
# iterate over all services and core by their VERSION files
12
-for file in $(find . -printf '%P\n' | grep -E "(^services/[^/]+/VERSION$|^core/VERSION$)"); do
+for file in $(find . -print | sed 's|^./||' | grep -E "(^services/[^/]+/VERSION$|^core/VERSION$)"); do
13
14
# Extract the current version and build the expected tag
15
dirpath=$(dirname "$file")
0 commit comments