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 }}