Skip to content

Commit 1b43105

Browse files
committed
Temp
1 parent 0e2ddbb commit 1b43105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +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
72+
# if: contains(github.ref_name, '-') == false
7373
env:
7474
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
7575
GPG_PRIVATE_KEY_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 commit comments

Comments
 (0)