Skip to content

Commit

Permalink
Sync files with networkservicemesh/cmd-template
Browse files Browse the repository at this point in the history
This PR syncs files with https://github.com/networkservicemesh/cmd-template

Revision: https://github.com/networkservicemesh/cmd-template/commits/45507f606ec3c5ef9a742a4a6cc98da3bb2e1578

commit 45507f606ec3c5ef9a742a4a6cc98da3bb2e1578
Author: Ruslan Bayandinov <45530296+wazsone@users.noreply.github.com>
Date:   Mon Jan 23 15:35:44 2023 +0700

    Fix deprecated Github Action set-output (#110)

    Signed-off-by: Ruslan Bayandinov <wazsone@ya.ru>

    Signed-off-by: Ruslan Bayandinov <wazsone@ya.ru>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Jan 23, 2023
1 parent 8e43d67 commit b15e5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b15e5f2

Please sign in to comment.