Skip to content

Commit 5dbb3f6

Browse files
committed
Fix gradle task name in deploy-docs.yml
1 parent f5fcd1f commit 5dbb3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: echo PROJECT_VERSION=${{ github.event.inputs.releaseVersion }} >> $GITHUB_ENV
2424

2525
- name: Build with Gradle
26-
run: ./gradlew -Pversion=$PROJECT_VERSION -x test build
26+
run: ./gradlew -Pversion=$PROJECT_VERSION distZip
2727

2828
- name: Setup SSH key
2929
if: ${{ github.repository == 'spring-projects/spring-statemachine' && github.ref_name == 'main' }}

0 commit comments

Comments
 (0)