We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ca7c02 + c0688e0 commit 008eca0Copy full SHA for 008eca0
2 files changed
.github/workflows/release.yml
@@ -91,6 +91,9 @@ jobs:
91
echo "Maven artifact exists: ${{ steps.check_maven.outputs.maven_exists }}"
92
echo "Will publish to Maven Central: ${{ steps.check_maven.outputs.maven_exists == 'false' }}"
93
94
+ - name: Install pnpm
95
+ run: npm install -g pnpm
96
+
97
- name: Compute Maven profiles
98
id: compute_profiles
99
run: |
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>io.github.guacsec</groupId>
7
<artifactId>trustify-da-java-client</artifactId>
8
- <version>0.0.16-SNAPSHOT</version>
+ <version>0.0.17-SNAPSHOT</version>
9
<name>Trustify DA Java Client</name>
10
<description>Trustify DA Java Client</description>
11
<url>https://github.com/guacsec/trustify-da-java-client#readme</url>
0 commit comments