From 3631ddc40dc2639c4871cd915312de686c4043e5 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Mon, 23 Jan 2023 02:56:19 -0600 Subject: [PATCH] Sync files with networkservicemesh/cmd-template --- .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 9a952f3..3cf4ae8 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 '::set-output name=tag::'${branch#release/} + echo 'tag=${branch#release/}' >> $GITHUB_OUTPUT id: get-tag-step check-gomod-deps: