diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d8f25b..f8eb986 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: DATE=$(date +%Y-%m-%d) # File where the version and date need to be updated - FILE="/test.adoc" + FILE="test.adoc" # Regular expression to match the string to be replaced REGEX="v[0-9]\+\.[0-9]\+\.[0-9]\+\, [0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}"