Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduchesne authored May 8, 2024
1 parent 659f941 commit d2d8ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
uses: actions/checkout@v4
- run: |
cat << EOF > ./private.key
{{ secrets.GPG_PRIVATE_KEY }}
${{ secrets.GPG_PRIVATE_KEY }}
EOF
- run: |
cat << EOF > ./passphrase.txt
{{ secrets.PASSPHRASE }}
${{ secrets.PASSPHRASE }}
EOF
- uses: hkusu/s3-upload-action@v2
with:
Expand Down

0 comments on commit d2d8ae2

Please sign in to comment.