Skip to content

Commit 76cd548

Browse files
committed
Revert "[CI] - Fix release workflow"
This reverts commit 0cefa74.
1 parent d2b2b1a commit 76cd548

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/publish-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v5
2525
with:
26-
ref: perm-client-v0.47.1
26+
ref: ${{ github.event.inputs.to }}
2727
fetch-depth: 0
2828
- name: Cargo build
2929
uses: ./.github/workflow-templates/build-prod-binary

docker/moonbeam-production.Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ ENV PATH="/root/.cargo/bin:$PATH"
2424
RUN rustup default stable
2525
# rustup version are pinned in the rust-toolchain file
2626

27-
ENV COMMIT="0b11a0e1a40421d1b35170bd2bbd94e3748f9188"
28-
2927
# Clone the Moonbeam repository
3028
RUN echo "*** Cloning Moonbeam ***" && \
3129
if git ls-remote --heads https://github.com/moonbeam-foundation/moonbeam.git $COMMIT | grep -q $COMMIT; then \

0 commit comments

Comments
 (0)