From b342685e9a2aca0055f93bcded9e35e8bb679cbb Mon Sep 17 00:00:00 2001 From: NSMBot Date: Thu, 18 Jan 2024 09:15:29 +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/117d18197554b69cb2ceaf9a57563634940d5d22 commit 117d18197554b69cb2ceaf9a57563634940d5d22 Author: Nikita Skrynnik <93182827+NikitaSkrynnik@users.noreply.github.com> Date: Thu Jan 18 20:14:40 2024 +1100 [qfix] delete tag param from create-release job (#127) Signed-off-by: Nikita Skrynnik Signed-off-by: NSMBot --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa1b36b..72f9cd6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,8 +30,6 @@ 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 }}