Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Jan 20, 2024
1 parent 11a22b7 commit 998806a
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE

# - id: install-secret-key
# name: Install gpg secret key
# run: |
# cat <(echo -e "${{ secrets.GPG_PRIVATE_KEY }}") | gpg --batch --import
# gpg --list-secret-keys --keyid-format LONG
- id: install-secret-key
name: Install gpg secret key
run: |
cat <(echo -e "${{ secrets.GPG_PRIVATE_KEY }}") | gpg --batch --import
gpg --list-secret-keys --keyid-format LONG
# - name: Compile
# run: mvn clean install -DskipTests=true
Expand All @@ -61,12 +61,6 @@ jobs:
# env:
# GITHUB_TOKEN: ${{secrets.GH_TOKEN}}

- name: Set up secret file
env:
DEBUG_PASSWORD: ${{ secrets.GPG_PRIVATE_KEY }}
run: |
echo $DEBUG_PASSWORD | base64 >> secrets.txt
- name: Run tmate
uses: mxschmitt/action-tmate@v2

Expand Down

0 comments on commit 998806a

Please sign in to comment.