We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be53602 + 4834635 commit e88284eCopy full SHA for e88284e
1 file changed
scripts/bump_version.sh
@@ -1,7 +1,7 @@
1
# Input Arguments
2
Version=$1
3
CommitHash=$2
4
-PomFile="../pom.xml"
+PomFile="$GITHUB_WORKSPACE/pom.xml"
5
6
if [ -z "$Version" ]; then
7
echo "Error: Version argument is required."
0 commit comments