We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3904b20 commit 59cd328Copy full SHA for 59cd328
.github/workflows/publish.yml
@@ -1,4 +1,4 @@
1
-name: Publish to Blockware Public NPM
+name: Publish to Blockware Public Maven Repo
2
on:
3
push:
4
branches:
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>blockware</groupId>
8
<artifactId>sqldb-postgresql</artifactId>
9
- <version>0.0.4</version>
+ <version>0.0.6</version>
10
11
<licenses>
12
<license>
0 commit comments