Skip to content

Commit

Permalink
Fix path to nexus push script in release (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys authored Mar 19, 2024
1 parent 8293c88 commit 2d8b3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
${{ runner.os }}-maven-
- name: Publish to sonatype
run: ./github/scripts/push-to-nexus.sh
run: ./.github/scripts/push-to-nexus.sh
env:
BUILD_ENV: 'github-actions'
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
Expand Down

0 comments on commit 2d8b3ec

Please sign in to comment.