diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-08-17 06:38:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-08-17 06:38:54 +0000 |
commit | 5a81b5757d89e7076e24e2191cb4fdff3d438a88 (patch) | |
tree | 74a8f7baa4f17d529cdcdf6ee28f7ad5d4322650 /.github | |
parent | Releasing debian version 1.36.0-1. (diff) | |
download | netdata-5a81b5757d89e7076e24e2191cb4fdff3d438a88.tar.xz netdata-5a81b5757d89e7076e24e2191cb4fdff3d438a88.zip |
Merging upstream version 1.36.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b31cc26..26849312 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: id: fix-tags if: github.event_name != 'push' run: | - git fetch -f origin ${{ github.ref }}:${{ github.ref }} + git fetch --tags --force - name: Mark Stable id: channel if: github.event_name == 'workflow_dispatch' && github.event.inputs.type != 'nightly' @@ -111,7 +111,7 @@ jobs: id: fix-tags if: github.event_name != 'push' run: | - git fetch -f origin ${{ github.ref }}:${{ github.ref }} + git fetch --tags --force - name: Mark Stable id: channel if: github.event_name == 'workflow_dispatch' && github.event.inputs.type != 'nightly' |