Skip to content

Commit

Permalink
Merge pull request #5 from hexagonkt/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jaguililla authored Jan 12, 2023
2 parents 8ab1f56 + fd85680 commit cb8a179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
run: |
URL="https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git"
git remote set-url origin "$URL"
git config --global user.email "[email protected]"
git config --global user.name "jaguililla"
#git config --global user.email "[email protected]"
git config --global user.name "$GITHUB_ACTOR"
- name: Release Version
uses: ./.github/actions/gradle
with:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply(from = "$gradleScripts/kotlin.gradle")
apply(from = "$gradleScripts/application.gradle")

group = "com.hexagonkt.tools"
version = "0.9.4"
version = "0.9.5"
description = "CVs for programmers"

ext {
Expand Down

0 comments on commit cb8a179

Please sign in to comment.