Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Update build-deploy.yml
Browse files Browse the repository at this point in the history
Debugging a maven deploy error - 401 error
  • Loading branch information
tamarafischer authored Oct 10, 2023
1 parent 5d7a62f commit 8ed66e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
gpg-passphrase: ${{ secrets.ORG_GPG_PASSPHRASE }}

- name: Build and Publish to Apache Maven Central
run: mvn clean deploy
run: |
gh secret list
mvn clean deploy
- name: Get package version
run: |
Expand Down

0 comments on commit 8ed66e7

Please sign in to comment.