ci: remove build env that are no longer used

This commit is contained in:
inotia00 2023-10-10 05:56:18 +09:00
parent ab4ff6173e
commit 324dadec06

View File

@ -33,8 +33,6 @@ jobs:
node_modules
key: ${{ runner.os }}-gradle-npm-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties', 'package-lock.json') }}
- name: Build with Gradle
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew generateMeta clean
- name: Setup semantic-release
run: npm install