From f6dd4b9264c190d3fc110ebb7297e267f6c9487f Mon Sep 17 00:00:00 2001 From: ilkerhalil Date: Sun, 4 Jun 2023 23:08:39 +0300 Subject: [PATCH] increment version --- .github/workflows/CI_Release.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI_Release.yml b/.github/workflows/CI_Release.yml index 437b338..4b9cf44 100644 --- a/.github/workflows/CI_Release.yml +++ b/.github/workflows/CI_Release.yml @@ -57,7 +57,7 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" with: - repo_token: "${{ secrets.PAT }}" + repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: v${{ env.version }} prerelease: false files: | diff --git a/pom.xml b/pom.xml index 10b862e..a4817e6 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.replicadb ReplicaDB - 0.15.3 + 0.15.4 ReplicaDB https://github.com/ilkerhalil/ReplicaDB