From c4c7c5ba2004854b752036424dc934e59faf721a Mon Sep 17 00:00:00 2001 From: NSMBot Date: Sat, 12 Feb 2022 22:18:50 +0000 Subject: [PATCH] Sync files with networkservicemesh/cmd-template 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 Signed-off-by: NSMBot --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1aa285..0e8865b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | @@ -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