Skip to content

Commit

Permalink
Update upload_release.yaml (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kortemik authored Jan 2, 2025
1 parent 9d13cf0 commit c51bffc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/upload_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Cache Local Maven Repository
uses: actions/cache@v2
Expand Down Expand Up @@ -55,4 +57,4 @@ jobs:
env:
CENTRAL_SONATYPE_ORG_USERNAME: ${{ secrets.CENTRAL_SONATYPE_ORG_USERNAME }}
CENTRAL_SONATYPE_ORG_PASSWORD: ${{ secrets.CENTRAL_SONATYPE_ORG_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

0 comments on commit c51bffc

Please sign in to comment.