Skip to content

Commit

Permalink
Merge pull request #37 from rockcrafters/vpa1977-patch-1
Browse files Browse the repository at this point in the history
fix(github-release): quote variables
  • Loading branch information
vpa1977 authored Oct 18, 2024
2 parents b2dba9d + 60611b1 commit d6c91a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
java-version: '8'
- name: Publish to Github
run: |
./gradlew publish -i -Pgpr.repo=$${{ vars.GHP_REPO }}
mvn deploy -Pgithub -DaltDeploymentRepository=releaseRepository::default::${{ vars.GHP_REPO }}
./gradlew publish -i "-Pgpr.repo=$${{ vars.GHP_REPO }}"
mvn deploy -Pgithub "-DaltDeploymentRepository=releaseRepository::default::${{ vars.GHP_REPO }}"
shell: bash
env:
GHP_USERNAME: ${{ secrets.GHP_USERNAME }}
Expand Down

0 comments on commit d6c91a0

Please sign in to comment.