Skip to content

Commit bb3325d

Browse files
authored
Update publish.yml
1 parent 7e11cc2 commit bb3325d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,13 @@ jobs:
3030
with:
3131
java-version: '17'
3232
distribution: 'temurin'
33-
- run: ./gradlew build publishPlugins --no-daemon
33+
- name: Set up Gradle
34+
uses: gradle/actions/setup-gradle@v4
35+
- name: Build Project
3436
env:
3537
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
3638
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
39+
run: ./gradlew build publishPlugins --no-daemon
3740
- name: Upload test reports
3841
uses: actions/upload-artifact@v4
3942
if: always()

0 commit comments

Comments
 (0)