Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dnikolicnanogiants authored Sep 18, 2024
1 parent cd61fbd commit 8edc9ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

- name: Cache Gradle dependencies
uses: actions/cache@v3
Expand All @@ -32,7 +31,7 @@ jobs:
${{ runner.os }}-gradle
- name: Decode GPG Key
run: echo "${{ secrets.ORG_GRADLE_PROJECT_inMemorySigningKey }}" | base64 --decode > private-key.asc
run: echo "${{ secrets.ORG_GRADLE_PROJECT_signingInMemoryKey }}" | base64 --decode > private-key.asc

- name: Import GPG Key
run: gpg --import private-key.asc
Expand Down

0 comments on commit 8edc9ef

Please sign in to comment.