Skip to content

Commit fb9eb90

Browse files
authored
Revert "Publish pre-releases to APT during GPG key rotation (#465)" (#468)
This reverts commit fdc2b77.
1 parent d394818 commit fb9eb90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
GITHUB_TOKEN: ${{ secrets.CLI_RELEASE }}
7070
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
7171
- name: Publish packages to APT repo
72+
if: contains(github.ref_name, '-') == false
7273
env:
7374
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
7475
GPG_PRIVATE_KEY_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 commit comments

Comments
 (0)