Skip to content

Commit

Permalink
try to clear deploy cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaidu committed May 23, 2024
1 parent 0c5ddbd commit 4f1c33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run : cp ./nbproject/project.properties nb-plugin-package/project.properties
- name : prepare the files from project
run : cp ./LICENSE nb-plugin-package/LICENSE
- name : Install gpg secret key
- name : Install gpg secret key v1
run : |
# Install gpg secret key
cat <(echo -e "${{ secrets.MAVEN_GPG_PRIVATE_KEY }}") | gpg --batch --import
Expand Down

0 comments on commit 4f1c33e

Please sign in to comment.