We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb2fe7 commit b5bdb6cCopy full SHA for b5bdb6c
2 files changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
run: make test
33
34
continuous-delivery:
35
- if: github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
+ if: startsWith(github.ref, 'refs/tags/')
36
needs: build-test
37
runs-on: ubuntu-20.04
38
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.staffbase</groupId>
5
<artifactId>plugins-sdk-java</artifactId>
6
- <version>1.2.0</version>
+ <version>1.2.3</version>
7
<packaging>jar</packaging>
8
<name>
9
${project.groupId}:${project.artifactId}
0 commit comments