Skip to content

Commit

Permalink
use the correct location of the test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc-E-Tect committed Jul 18, 2024
1 parent 7dfc91a commit b1c65e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\}"
Expand Down

0 comments on commit b1c65e7

Please sign in to comment.