Skip to content

Commit 854a0f3

Browse files
author
aprozorov
committed
Fix deploy
1 parent 7883914 commit 854a0f3

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/deployWithIncrementVesrion.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Release
22

33
on:
4-
release:
5-
types: [published, created, edited, prereleased]
4+
push
65

76
jobs:
87
build:

libreoffice-api-wrapper-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.payneteasy</groupId>
1010
<artifactId>libreoffice-api-wrapper</artifactId>
11-
<version>3.1.3</version>
11+
<version>3.1.4</version>
1212
</parent>
1313

1414

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.payneteasy</groupId>
66
<artifactId>libreoffice-api-wrapper</artifactId>
7-
<version>3.1.3</version>
7+
<version>3.1.4</version>
88
<packaging>pom</packaging>
99

1010
<properties>

0 commit comments

Comments
 (0)