ci: remove unnecessary steps

This commit is contained in:
oSumAtrIX 2023-06-12 01:49:18 +02:00
parent 1201f9edc5
commit 9de90703c8
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 0 additions and 11 deletions

View File

@ -23,17 +23,6 @@ jobs:
# https://github.com/cycjimmy/semantic-release-action#private-packages
persist-credentials: false
fetch-depth: 0
- name: Setup JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'zulu'
cache: gradle
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
cache: 'npm'
- name: Setup semantic-release
run: npm install
- name: Release