From a281c93e63781f8152e5dee329d6dd8cc9c0ab56 Mon Sep 17 00:00:00 2001 From: Daniil Demidko Date: Thu, 24 Jun 2021 17:24:07 +1000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=B5=D0=BF=D0=BB=D0=BE=D0=B9=20=D0=B2?= =?UTF-8?q?=D1=80=D1=83=D1=87=D0=BD=D1=83=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/jitpack-publish.yml | 33 --------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 .github/workflows/jitpack-publish.yml diff --git a/.github/workflows/jitpack-publish.yml b/.github/workflows/jitpack-publish.yml deleted file mode 100644 index 07833c6..0000000 --- a/.github/workflows/jitpack-publish.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: JitPack Release -on: - push: - branches: - - main -jobs: - pre-release: - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - steps: - - uses: actions/checkout@v2 - - - name: Set up JDK 16 - uses: actions/setup-java@v2 - with: - java-version: '16' - distribution: 'adopt' - server-id: github # Value of the distributionManagement/repository/id field of the pom.xml - settings-path: ${{ github.workspace }} # location for the settings.xml file - - - name: Build with Gradle - run: gradle build - - - uses: marvinpinto/action-automatic-releases@latest - with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: latest - prerelease: true - title: Development Build - files: | - * diff --git a/README.md b/README.md index ebd92c1..defa10d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ also [Gradle documentation](https://docs.gradle.org/current/samples/sample_build ## Deploy -Add jar to GitHub releases. Tell the world where to get your library, for example: +Create GitHub release with source code. Then, tell the world where to get your library, for example: ```kotlin repositories {