From f170ab614e9387a15b4d35b47b2b88cbcc733a29 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 21 Feb 2023 13:20:53 +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/1677e34a6017274c66622728aaefded92dbc54e0 commit 1677e34a6017274c66622728aaefded92dbc54e0 Author: Ruslan Bayandinov <45530296+wazsone@users.noreply.github.com> Date: Tue Feb 21 19:09:47 2023 +0600 fix quotes (#115) Signed-off-by: Ruslan Bayandinov Signed-off-by: NSMBot --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3cf4ae85..aa1b36be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Get tag run: | branch=${{github.event.workflow_run.head_branch}} - echo 'tag=${branch#release/}' >> $GITHUB_OUTPUT + echo tag=${branch#release/} >> $GITHUB_OUTPUT id: get-tag-step check-gomod-deps: