Skip to content

Commit 58f2a03

Browse files
fix:
* GitHub action
1 parent fdb0bc3 commit 58f2a03

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ jobs:
2626
java-version: "11"
2727
distribution: "adopt-hotspot"
2828
check-latest: true
29-
run: ./gradlew run
3029

31-
- name: Build with Gradle
30+
- name: Run code gen with Gradle
31+
run: gradle run
32+
33+
- name: Publish with Gradle
3234
run: gradle clean publishMavenPublicationToGitHubPackagesRepository
3335
env:
3436
GITHUB_REF_NAME: ${{ github.GITHUB_REF_NAME }}

0 commit comments

Comments
 (0)