File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 2929 steps :
3030 - name : Checkout
3131 uses : actions/checkout@v4
32- - name : Create GitHub Release
33- uses : ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # pin@v1.13.0
34- with :
35- tag : 3.8.0
3632 - name : Set up JDK
3733 uses : actions/setup-java@v4
3834 with :
4339 uses : gradle/actions/setup-gradle@v4
4440 with :
4541 gradle-version : 8.14.3
46- -
47- name : Version
48- id : version
49- run : |
50- echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
5142 -
5243 name : Install GPG key
5344 id : install-gpg-key
5950 run : bash ./.github/workflows/release.sh -xe
6051 env :
6152 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62- VERSION : ${{ steps.version.outputs.VERSION }}
53+ VERSION : 3.8.0
6354 OSSRH_USER : " ${{ secrets.OSSRH_USER }}"
6455 OSSRH_PASSWORD : " ${{ secrets.OSSRH_PASSWORD }}"
You can’t perform that action at this time.
0 commit comments