Skip to content

Commit

Permalink
fetch the ref being built (#2603)
Browse files Browse the repository at this point in the history
  • Loading branch information
noandrea authored Dec 27, 2023
1 parent 7131ef9 commit aa47060
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -156,6 +158,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.inputs.to }}
- uses: actions/[email protected]
with:
name: binaries
Expand Down

0 comments on commit aa47060

Please sign in to comment.