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 d394818 commit fb9eb90Copy full SHA for fb9eb90
.github/workflows/release.yaml
@@ -69,6 +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
73
env:
74
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
75
GPG_PRIVATE_KEY_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
0 commit comments