We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbaea4 commit 03aae0fCopy full SHA for 03aae0f
1 file changed
.github/workflows/gradle-publish.yml
@@ -5,15 +5,15 @@
5
# This workflow will build a package using Gradle and then publish it to GitHub packages when a release is created
6
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#Publishing-using-gradle
7
8
-name: Gradle Package
+name: RegistryAPI publish
9
10
on:
11
release:
12
types: [created]
13
14
jobs:
15
build:
16
-
+
17
runs-on: ubuntu-latest
18
permissions:
19
contents: read
@@ -33,7 +33,7 @@ jobs:
33
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
34
35
- name: Build with Gradle
36
- run: ./gradlew build
+ run: ./gradlew clean build
37
38
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
39
# the publishing section of your build.gradle
0 commit comments