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/83b666a3a59c40824335f905037fc04747357ecd

commit 83b666a3a59c40824335f905037fc04747357ecd
Author: Denis Tingaikin <49399980+denis-tingaikin@users.noreply.github.com>
Date:   Sun Feb 13 01:17:54 2022 +0300

    fix release.yaml (#90)

    Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Feb 12, 2022
1 parent a85ba39 commit 972545f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
ref: refs/heads/${{github.event.workflow_run.head_branch}}

- name: Check go.mod deps
run: |
Expand Down Expand Up @@ -76,6 +78,8 @@ jobs:

- name: "Checkout"
uses: actions/checkout@v2
with:
ref: refs/heads/${{github.event.workflow_run.head_branch}}

- name: "Set up Docker Buildx"
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 972545f

Please sign in to comment.