Skip to content

Commit

Permalink
move pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
doxthree committed Mar 14, 2024
1 parent 2d7972b commit ff968f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,13 @@ jobs:
if: startsWith(github.ref, 'refs/tags/java')
env:
MAVEN_CENTRAL_BEARER_TOKEN: ${{ secrets.MAVEN_CENTRAL_BEARER_TOKEN }}
working-directory: java/build/repos/releases
run: |
zip -r package.zip .
curl --request POST \
--header 'Authorization: Bearer $MAVEN_CENTRAL_BEARER_TOKEN' \
--form [email protected] \
https://central.sonatype.com/api/v1/publisher/upload
with:
working-directory: java/build/repos/releases
- name: Microsoft Teams Notification
uses: skitionek/notify-microsoft-teams@master
Expand Down

0 comments on commit ff968f0

Please sign in to comment.