Skip to content

Commit 5291c04

Browse files
committed
Release v0.0.3
1 parent 40dbca3 commit 5291c04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Publish package
3737
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
38-
run: mvn --batch-mode deploy
38+
run: mvn -DskipTests --batch-mode deploy
3939
env:
4040
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
4141
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
</execution>
132132
</executions>
133133
</plugin>
134-
<plugin>
134+
<!--<plugin>
135135
<groupId>org.apache.maven.plugins</groupId>
136136
<artifactId>maven-gpg-plugin</artifactId>
137137
<version>1.5</version>
@@ -144,7 +144,7 @@
144144
</goals>
145145
</execution>
146146
</executions>
147-
</plugin>
147+
</plugin>-->
148148

149149
</plugins>
150150
</build>

0 commit comments

Comments
 (0)