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 <[email protected]>
Date:   Sun Feb 13 01:17:54 2022 +0300

    fix release.yaml (#90)

    Signed-off-by: Denis Tingaikin <[email protected]>

Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Feb 12, 2022
1 parent 3623c07 commit e67f91b
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 e67f91b

Please sign in to comment.