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/1677e34a6017274c66622728aaefded92dbc54e0

commit 1677e34a6017274c66622728aaefded92dbc54e0
Author: Ruslan Bayandinov <[email protected]>
Date:   Tue Feb 21 19:09:47 2023 +0600

    fix quotes (#115)

    Signed-off-by: Ruslan Bayandinov <[email protected]>

Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Feb 21, 2023
1 parent dcc7b10 commit b8ceef1
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 'tag=${branch#release/}' >> $GITHUB_OUTPUT
echo tag=${branch#release/} >> $GITHUB_OUTPUT
id: get-tag-step

check-gomod-deps:
Expand Down

0 comments on commit b8ceef1

Please sign in to comment.