Skip to content

Commit 008eca0

Browse files
authored
Merge branch 'main' into TC-3855
2 parents 7ca7c02 + c0688e0 commit 008eca0

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ jobs:
9191
echo "Maven artifact exists: ${{ steps.check_maven.outputs.maven_exists }}"
9292
echo "Will publish to Maven Central: ${{ steps.check_maven.outputs.maven_exists == 'false' }}"
9393
94+
- name: Install pnpm
95+
run: npm install -g pnpm
96+
9497
- name: Compute Maven profiles
9598
id: compute_profiles
9699
run: |

pom.xml

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

66
<groupId>io.github.guacsec</groupId>
77
<artifactId>trustify-da-java-client</artifactId>
8-
<version>0.0.16-SNAPSHOT</version>
8+
<version>0.0.17-SNAPSHOT</version>
99
<name>Trustify DA Java Client</name>
1010
<description>Trustify DA Java Client</description>
1111
<url>https://github.com/guacsec/trustify-da-java-client#readme</url>

0 commit comments

Comments
 (0)