File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 75
75
env :
76
76
GITHUB_TOKEN : ${{ secrets.CLI_RELEASE }}
77
77
GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
78
+ - name : Install createrepo_c
79
+ run : brew install createrepo_c
78
80
- name : Publish packages to APT repo
79
81
if : contains(github.ref_name, '-') == false
80
82
env :
81
83
GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
82
84
GPG_PRIVATE_KEY_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
83
85
run : ./scripts/publish-apt-packages.sh
86
+ - name : Publish packages to RPM repo
87
+ if : contains(github.ref_name, '-') == false
88
+ env :
89
+ GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
90
+ GPG_PRIVATE_KEY_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
91
+ run : ./scripts/publish-rpm-packages.sh
Original file line number Diff line number Diff line change @@ -165,8 +165,7 @@ winget:
165
165
homepage : " https://github.com/stackitcloud/stackit-cli"
166
166
# If set to auto, the release will not be uploaded to the homebrew tap repo
167
167
# if the tag has a prerelease indicator (e.g. v0.0.1-alpha1)
168
- # Temporarily not skipping prereleases to test integration with Winget
169
- # skip_upload: auto
168
+ skip_upload : auto
170
169
repository :
171
170
owner : stackitcloud
172
171
name : winget-pkgs
You can’t perform that action at this time.
0 commit comments