summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2023-08-21 17:36:12 +0300
committerGitHub <noreply@github.com>2023-08-21 17:36:12 +0300
commit2fe29f9f838c6a56d97261d0f7f4259e476fdfc1 (patch)
tree850c87836286d92496df47e5e5221a715e59da5c /.github
parent2c46b3a631c56f50c1e5f213d7a1ec27889a6085 (diff)
fix packaging mark stable static build (#15854)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 012f75ac57..180574a3c2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -65,7 +65,7 @@ jobs:
id: channel
if: github.event_name == 'workflow_dispatch' && github.event.inputs.type != 'nightly'
run: |
- sed -i 's/^RELEASE_CHANNEL="nightly" *#/RELEASE_CHANNEL="stable" #/' netdata-installer.sh
+ sed -i 's/^RELEASE_CHANNEL="nightly"/RELEASE_CHANNEL="stable"/' netdata-installer.sh
- name: Build
id: build
run: |
@@ -140,7 +140,7 @@ jobs:
id: channel
if: github.event_name == 'workflow_dispatch' && github.event.inputs.type != 'nightly'
run: |
- sed -i 's/^RELEASE_CHANNEL="nightly" *#/RELEASE_CHANNEL="stable" #/' netdata-installer.sh packaging/makeself/install-or-update.sh
+ sed -i 's/^RELEASE_CHANNEL="nightly"/RELEASE_CHANNEL="stable"/' netdata-installer.sh packaging/makeself/install-or-update.sh
- name: Get Cache Key
if: github.event_name != 'pull_request' || ! contains(github.event.pull_request.labels.*.name, 'run-ci/no-cache')
id: cache-key