Skip to content

Commit b5bdb6c

Browse files
committed
NFS-000: raised version, reduced deploy step to tags
1 parent deb2fe7 commit b5bdb6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: make test
3333

3434
continuous-delivery:
35-
if: github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
35+
if: startsWith(github.ref, 'refs/tags/')
3636
needs: build-test
3737
runs-on: ubuntu-20.04
3838

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.staffbase</groupId>
55
<artifactId>plugins-sdk-java</artifactId>
6-
<version>1.2.0</version>
6+
<version>1.2.3</version>
77
<packaging>jar</packaging>
88
<name>
99
${project.groupId}:${project.artifactId}

0 commit comments

Comments
 (0)