Skip to content

Commit 76d060d

Browse files
committed
chore: update release workflow to skip clean step before build
1 parent be3e052 commit 76d060d

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
@@ -22,7 +22,7 @@ jobs:
2222
run: echo "RELEASE_VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
2323

2424
- name: Build and Test
25-
run: ./gradlew --no-daemon clean build -PciVersion=${{ env.RELEASE_VERSION }}
25+
run: ./gradlew --no-daemon build -PciVersion=${{ env.RELEASE_VERSION }}
2626

2727
- name: Publish to Maven Central (Portal)
2828
env:

0 commit comments

Comments
 (0)