Skip to content

Commit f3f9906

Browse files
committed
Skip deploy phase in release workflow
1 parent 2cc2a81 commit f3f9906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: 'maven'
2222

2323
- name: Build with Maven
24-
run: mvn -B clean package -DskipTests
24+
run: mvn -B clean package -DskipTests -Dmaven.deploy.skip=true
2525

2626
- name: Create Release
2727
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)