From aa47060cc9cce9b9e77ea75ec77b38696d647ebd Mon Sep 17 00:00:00 2001 From: Andrea Giacobino Date: Wed, 27 Dec 2023 21:05:03 +0100 Subject: [PATCH] fetch the ref being built (#2603) --- .github/workflows/publish-binary.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish-binary.yml b/.github/workflows/publish-binary.yml index bebef2d541..bd3e313bfd 100644 --- a/.github/workflows/publish-binary.yml +++ b/.github/workflows/publish-binary.yml @@ -32,6 +32,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + ref: ${{ github.event.inputs.to }} - name: Build production moonbeam run: | # Build moonbeam @@ -156,6 +158,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + ref: ${{ github.event.inputs.to }} - uses: actions/download-artifact@v3.0.2 with: name: binaries