Skip to content

Commit

Permalink
fix signing in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
ztarbug committed Nov 8, 2024
1 parent e765f16 commit e8924fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/createRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
CI: false
PRIVATE_REPO_USERNAME: ${{ vars.PRIVATE_REPO_USERNAME }}
MAVEN_REPO_READ: ${{ secrets.MAVEN_REPO_READ }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
MAVEN_GPG_KEY: ${{ secrets.OSSRH_GPG_SECRET_KEY }}

- name: Get tag name
run: |
Expand Down

0 comments on commit e8924fe

Please sign in to comment.