ci: Fix build

This commit is contained in:
oSumAtrIX 2024-02-01 04:23:36 +01:00
parent d0461ff242
commit 81ef4241de
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
2 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,7 @@ jobs:
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build clean
run: ./gradlew startShadowScripts clean
- name: Setup Node.js
uses: actions/setup-node@v4

View File

@ -22,7 +22,6 @@ tasks {
RE: https://github.com/KengoTODA/gradle-semantic-release-plugin/issues/435
*/
register<DefaultTask>("publish") {
group = "publishing"
description = "Dummy task to hack gradle-semantic-release-plugin to release ReVanced API"