Skip to content

Commit fdc2b77

Browse files
authored
Publish pre-releases to APT during GPG key rotation (#465)
1 parent 2a98589 commit fdc2b77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ 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
7372
env:
7473
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
7574
GPG_PRIVATE_KEY_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 commit comments

Comments
 (0)