Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ucf4 committed Aug 28, 2024
1 parent 4ee821d commit 71f4ff6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Decrypt GPG key
run: |
echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 --decode | gpg --batch --import
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
# - name: Decrypt GPG key
# run: |
# echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 --decode | gpg --batch --import
# env:
# GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
- name: Build with Maven
run: mvn clean install
- name: Publish to Maven Central
Expand Down

0 comments on commit 71f4ff6

Please sign in to comment.