Skip to content

Commit

Permalink
Merge pull request #36 from rockcrafters/vpa1977-patch-1
Browse files Browse the repository at this point in the history
fix(release-github): remove extra '$'
  • Loading branch information
vpa1977 authored Oct 18, 2024
2 parents 130bc71 + 35124b3 commit b2dba9d
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 @@ -18,7 +18,7 @@ jobs:
- name: Publish to Github
run: |
./gradlew publish -i -Pgpr.repo=$${{ vars.GHP_REPO }}
mvn deploy -Pgithub -DaltDeploymentRepository=releaseRepository::default::$${{ 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 b2dba9d

Please sign in to comment.