Skip to content

Commit

Permalink
Revert "Publish pre-releases to APT during GPG key rotation (#465)" (#…
Browse files Browse the repository at this point in the history
…468)

This reverts commit fdc2b77.
  • Loading branch information
joaopalet authored Aug 29, 2024
1 parent d394818 commit fb9eb90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.CLI_RELEASE }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
- name: Publish packages to APT repo
if: contains(github.ref_name, '-') == false
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GPG_PRIVATE_KEY_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
Expand Down

0 comments on commit fb9eb90

Please sign in to comment.