Skip to content

Commit

Permalink
fix missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJCummings committed Dec 3, 2024
1 parent debb5f9 commit 191a3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: deploy to MSUSEL maven repository
run: |
git config --global user.name "${{ secrets.CI_BOT_USERNAME }}
git config --global user.name "${{ secrets.CI_BOT_USERNAME }}"
git config --global user.email "${{ secrets.CI_BOT_EMAIL }}"
git config --global init.defaultBranch master
mvn --batch-mode -f pom.xml clean deploy -Dmaven.test.skip=true
Expand Down

0 comments on commit 191a3a5

Please sign in to comment.