From d4dd93bae74bdeeaf2c40d57e535c910eb78e544 Mon Sep 17 00:00:00 2001 From: Micah Carrick Date: Wed, 17 Apr 2024 17:19:34 +0200 Subject: [PATCH] Remove release action --- .github/workflows/release.yml | 23 ----------------------- README.md | 1 - 2 files changed, 24 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 41a8603..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,23 +0,0 @@ -# This workflow will build the Java project with Maven and create a Github release - -name: Release -on: - pull_request: - branches: [ "main" ] - -permissions: - contents: read - -jobs: - release: - runs-on: ubuntu-latest - permissions: - contents: write - steps: - - uses: actions/checkout@v4 - - name: Release to Github - uses: ncipollo/release-action@v1 - with: - generateReleaseNotes: true - commit: main - tag: ${{ github.sha }} diff --git a/README.md b/README.md index 0b68bd1..a1c4047 100644 --- a/README.md +++ b/README.md @@ -170,5 +170,4 @@ public void onFailure(AerospikeException e) { // ... } } - ``` \ No newline at end of file