Skip to content

Commit e9e7960

Browse files
committed
skip most of the setup
1 parent 7af931d commit e9e7960

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
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:
@@ -43,11 +39,6 @@ jobs:
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
@@ -59,6 +50,6 @@ jobs:
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 }}"

0 commit comments

Comments
 (0)