Skip to content

Commit

Permalink
Merge pull request #93 from sipios/chore/quotes-in-workflow
Browse files Browse the repository at this point in the history
chore: add quotes in workflow
  • Loading branch information
phmz authored Mar 13, 2024
2 parents 9344183 + 30567ff commit 2c11947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spring-search-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
server-password: MVN_CENTRAL_PASSWORD

- name: Release to Maven repo
run: mvn -Dgpg.keyname=${{ secrets.GPG_KEY_NAME }} -Dgpg.passphrase=${{ secrets.MAVEN_SIGNING_KEY_PASSPHRASE }} -Drevision=${{ env.TAG_NAME }} deploy
run: mvn -Dgpg.keyname="${{ secrets.GPG_KEY_NAME }}" -Dgpg.passphrase="${{ secrets.MAVEN_SIGNING_KEY_PASSPHRASE }}" -Drevision="${{ env.TAG_NAME }}" deploy
env:
MVN_CENTRAL_USERNAME: ${{ secrets.MVN_CENTRAL_USERNAME }}
MVN_CENTRAL_PASSWORD: ${{ secrets.MVN_CENTRAL_PASSWORD }}
Expand Down

0 comments on commit 2c11947

Please sign in to comment.