File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 4646 - name : Check Gradle wrapper
4747 uses : gradle/wrapper-validation-action@v2
4848
49- # - name: Build with Gradle 🛠️
50- # run: ./gradlew build --stacktrace
51-
5249 - name : Publish Library on Maven Central 🚀
5350 if : always() && (github.event.inputs.should-publish == 'true')
5451 run : ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
6663 release_name : ${{ github.ref }}
6764 draft : true
6865 env :
69- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
70-
71- - name : Publish to GitHub Packages 🚀
72- if : always() && (github.event.inputs.should-publish == 'true')
73- run : ./gradlew :reusablecomponents:publish
74- env :
75- GITHUB_USERNAME : ${{ github.actor }}
76- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
77- RELEASE_VERSION : ${{ github.event.inputs.release-version }}}
66+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments