We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75bf4c0 commit 532c5a7Copy full SHA for 532c5a7
1 file changed
.github/workflows/deployWithIncrementVesrion.yml
@@ -20,7 +20,7 @@ jobs:
20
run: mvn -B package -Dmaven.test.skip=true package --file pom.xml
21
22
- name: Start proxy service(libreoffice)
23
- run: java -jar libreoffice-api-wrapper-server-3.1.1-jar-with-dependencies.jar
+ run: java -jar libreoffice-api-wrapper-server-3.1.7-jar-with-dependencies.jar
24
25
- name: Start docker
26
run: docker run -t --name libreoffice -p 8100:8100 hdejager/libreoffice-api
0 commit comments