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 c135f16 commit 11f441eCopy full SHA for 11f441e
.github/workflows/release.yaml
@@ -78,14 +78,16 @@ jobs:
78
- name: Setup docker (missing on MacOS)
79
if: runner.os == 'macos'
80
run: |
81
- brew install docker
+ brew install docker colima
82
colima start
83
- name: Publish packages to APT repo
84
+ if: contains(github.ref_name, '-') == false
85
env:
86
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
87
GPG_PRIVATE_KEY_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
88
run: ./scripts/publish-apt-packages.sh
89
- name: Publish packages to RPM repo
90
91
92
93
0 commit comments