diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-07-20 04:50:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-07-20 04:50:01 +0000 |
commit | cd4377fab21e0f500bef7f06543fa848a039c1e0 (patch) | |
tree | ba00a55e430c052d6bed0b61c0f8bbe8ebedd313 /.github/workflows/release.yml | |
parent | Releasing debian version 1.40.1-1. (diff) | |
download | netdata-cd4377fab21e0f500bef7f06543fa848a039c1e0.tar.xz netdata-cd4377fab21e0f500bef7f06543fa848a039c1e0.zip |
Merging upstream version 1.41.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef9bf94b..e675d789 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,7 +125,7 @@ jobs: with: token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }} repo: ${{ github.repository }} - workflow: Build + workflow: build.yml ref: ${{ needs.update-changelogs.outputs.ref }} inputs: '{"version": "${{ needs.update-changelogs.outputs.version }}", "type": "${{ needs.update-changelogs.outputs.type }}"}' - name: Failure Notification @@ -160,7 +160,7 @@ jobs: with: token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }} repo: ${{ github.repository }} - workflow: Docker + workflow: docker.yml ref: ${{ needs.update-changelogs.outputs.ref }} inputs: '{"version": "${{ needs.update-changelogs.outputs.version }}"}' - name: Failure Notification @@ -195,7 +195,7 @@ jobs: with: token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }} repo: ${{ github.repository }} - workflow: Packages + workflow: packaging.yml ref: ${{ needs.update-changelogs.outputs.ref }} inputs: '{"version": "${{ needs.update-changelogs.outputs.version }}", "type": "${{ needs.update-changelogs.outputs.type }}"}' - name: Failure Notification |