Skip to content

Commit

Permalink
Do not import the signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
barakb committed Jan 24, 2025
1 parent feccc22 commit 77337f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
- name: Import GPG key
run: |
echo "${{ secrets.OSSH_GPG_SECRET_KEY }}" | gpg --import --batch --yes --passphrase "${{ secrets.OSSH_GPG_SECRET_KEY_PASSWORD }}"
- name: Publish package
run: ./gradlew --stacktrace publish
env:
Expand Down

0 comments on commit 77337f4

Please sign in to comment.