Skip to content

Commit

Permalink
Sync files with networkservicemesh/cmd-template
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmbot committed Feb 13, 2022
1 parent aeb24d7 commit d37fb37
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 d37fb37

Please sign in to comment.