fix packaging mark stable static build (#15854)
Ilya Mashchenko committed
Aug 21, 2023 at 17:36 UTC
2fe29f9f838c6a56d97261d0f7f4259e476fdfc1
1 file changed
+2
-2
.github/workflows/build.yml
+2
-2
@@ -65,7 +65,7 @@ jobs:
65
id: channel
66
if: github.event_name == 'workflow_dispatch' && github.event.inputs.type != 'nightly'
67
run: |
68
- sed -i 's/^RELEASE_CHANNEL="nightly" *#/RELEASE_CHANNEL="stable" #/' netdata-installer.sh
68
+ sed -i 's/^RELEASE_CHANNEL="nightly"/RELEASE_CHANNEL="stable"/' netdata-installer.sh
69
- name: Build
70
id: build
71
run: |
@@ -140,7 +140,7 @@ jobs:
140
id: channel
141
if: github.event_name == 'workflow_dispatch' && github.event.inputs.type != 'nightly'
142
run: |
143
- sed -i 's/^RELEASE_CHANNEL="nightly" *#/RELEASE_CHANNEL="stable" #/' netdata-installer.sh packaging/makeself/install-or-update.sh
143
+ sed -i 's/^RELEASE_CHANNEL="nightly"/RELEASE_CHANNEL="stable"/' netdata-installer.sh packaging/makeself/install-or-update.sh
144
- name: Get Cache Key
145
if: github.event_name != 'pull_request' || ! contains(github.event.pull_request.labels.*.name, 'run-ci/no-cache')
146
id: cache-key