Skip to content

Commit 9322094

Browse files
committed
debug
1 parent a98eaca commit 9322094

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
run: |
3535
mvn \
3636
-e \
37+
-x \
3738
-B \
3839
-P release \
3940
release:clean \

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@
113113
<artifactId>maven-release-plugin</artifactId>
114114
<version>2.5.3</version>
115115
<configuration>
116-
<useReleaseProfile>false</useReleaseProfile>
117-
<releaseProfiles>release</releaseProfiles>
118116
<goals>deploy</goals>
119117
</configuration>
120118
</plugin>

0 commit comments

Comments
 (0)