Skip to content

Commit

Permalink
changed token
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkerhalil committed Jun 4, 2023
1 parent f6dd4b9 commit e3a68ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI_Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
repo_token: "${{ secrets.PAT }}"
automatic_release_tag: v${{ env.version }}
prerelease: false
files: |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.replicadb</groupId>
<artifactId>ReplicaDB</artifactId>
<version>0.15.4</version>
<version>0.15.5</version>

<name>ReplicaDB</name>
<url>https://github.com/ilkerhalil/ReplicaDB</url>
Expand Down

0 comments on commit e3a68ba

Please sign in to comment.