Skip to content

Commit

Permalink
add dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
SiyaoIsHiding authored May 16, 2024
1 parent df0f629 commit 9a6db30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run client app
run: |
cd $GITHUB_WORKSPACE/client
sed -i "s|\<driver.version>.*<\/driver.version>|<driver.version>{{ matrix.driver_version }}<\/driver.version>|" pom.xml
sed -i "s|\<driver.version>.*<\/driver.version>|<driver.version>${{ matrix.driver_version }}<\/driver.version>|" pom.xml
cat pom.xml
mvn compile exec:java -Dexec.mainClass="org.example.Main"

0 comments on commit 9a6db30

Please sign in to comment.