From f17b82dec6b515e37f464537d38d05603003a754 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Thu, 18 Jan 2024 08:55:06 +0000 Subject: [PATCH] Sync files with networkservicemesh/cmd-template This PR syncs files with https://github.com/networkservicemesh/cmd-template Revision: https://github.com/networkservicemesh/cmd-template/commits/8b3ce39b8f3cbfec1f1e1ce445893118f514d0ee commit 8b3ce39b8f3cbfec1f1e1ce445893118f514d0ee Author: Nikita Skrynnik <93182827+NikitaSkrynnik@users.noreply.github.com> Date: Thu Jan 18 19:54:16 2024 +1100 Update Spire and Delve in Dockerfile (#126) Signed-off-by: Nikita Skrynnik Signed-off-by: NSMBot --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72f9cd6..aa1b36b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,8 @@ jobs: create-release: needs: [get-tag, check-gomod-deps] uses: networkservicemesh/.github/.github/workflows/release.yaml@main + with: + tag: ${{ needs.get-tag.outputs.tag }} secrets: token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}