From cd4377fab21e0f500bef7f06543fa848a039c1e0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 20 Jul 2023 06:50:01 +0200 Subject: Merging upstream version 1.41.0. Signed-off-by: Daniel Baumann --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/release.yml') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef9bf94b4..e675d789f 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 -- cgit v1.2.3