Skip to content

Commit 03aae0f

Browse files
authored
Update gradle-publish.yml
1 parent 7dbaea4 commit 03aae0f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gradle-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
# This workflow will build a package using Gradle and then publish it to GitHub packages when a release is created
66
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#Publishing-using-gradle
77

8-
name: Gradle Package
8+
name: RegistryAPI publish
99

1010
on:
1111
release:
1212
types: [created]
1313

1414
jobs:
1515
build:
16-
16+
1717
runs-on: ubuntu-latest
1818
permissions:
1919
contents: read
@@ -33,7 +33,7 @@ jobs:
3333
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
3434

3535
- name: Build with Gradle
36-
run: ./gradlew build
36+
run: ./gradlew clean build
3737

3838
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
3939
# the publishing section of your build.gradle

0 commit comments

Comments
 (0)