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