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