diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6a799e9..f6841c5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,14 +5,13 @@ # This workflow will build a package using Gradle and then publish it to GitHub packages when a release is created # For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#Publishing-using-gradle -name: Gradle Package +name: publish on: workflow_dispatch: release: types: [created] - jobs: build-and-publish: runs-on: ubuntu-latest @@ -27,7 +26,7 @@ jobs: cache: 'gradle' - name: Build with Gradle - id: build, + id: build run: chmod +x gradlew && ./gradlew build - name: Find correct JAR