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