Skip to content

Commit

Permalink
fix(github-release): remove extra '$'
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Petko <[email protected]>
  • Loading branch information
vpa1977 authored Oct 18, 2024
1 parent d6c91a0 commit ca08d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: '8'
- name: Publish to Github
run: |
./gradlew publish -i "-Pgpr.repo=$${{ vars.GHP_REPO }}"
./gradlew publish -i "-Pgpr.repo=${{ vars.GHP_REPO }}"
mvn deploy -Pgithub "-DaltDeploymentRepository=releaseRepository::default::${{ vars.GHP_REPO }}"
shell: bash
env:
Expand Down

0 comments on commit ca08d2d

Please sign in to comment.