From 92c612426295e613e5ed744ce4fe73b5c367f445 Mon Sep 17 00:00:00 2001 From: Nikita Skrynnik Date: Fri, 12 May 2023 15:18:26 +0700 Subject: [PATCH] fix release workflow Signed-off-by: Nikita Skrynnik --- .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 }}