Skip to content

Commit

Permalink
Develop into Homolog (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
OdisBy committed Jun 3, 2024
2 parents 104ec43 + 71ee7c6 commit 9778b5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
fetch-depth: 0

- name: Adding git config to push tag
run: |
git config --global user.email "[email protected]"
git config --global user.name "Ruliam Oliveira"
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 9778b5b

Please sign in to comment.