We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2ddbb commit 1b43105Copy full SHA for 1b43105
.github/workflows/release.yaml
@@ -69,7 +69,7 @@ jobs:
69
GITHUB_TOKEN: ${{ secrets.CLI_RELEASE }}
70
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
71
- name: Publish packages to APT repo
72
- if: contains(github.ref_name, '-') == false
+ # if: contains(github.ref_name, '-') == false
73
env:
74
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
75
GPG_PRIVATE_KEY_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
0 commit comments