Skip to content

Commit

Permalink
upgrade: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Jul 16, 2024
1 parent ebd18e7 commit c1c0e1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/publish-to-ossrh-latest-SNAPSHOT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
mvn -version
# step 4
- name: "Install pinentry"
run: |
sudo apt-get update && sudo apt-get install -y pinentry-curses
# step 5
- name: "Publish-To-OSSRH"
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-ossrh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# step 4
- name: "Install pinentry"
run: |
sudo apt-get install pinentry-curses
sudo apt-get update && sudo apt-get install -y pinentry-curses
# step 5
- name: "Publish-To-OSSRH"
Expand Down

0 comments on commit c1c0e1c

Please sign in to comment.