From dd9cafb7d4a32151f68fcb306d64a72df7200166 Mon Sep 17 00:00:00 2001 From: Kevaundray Wedderburn Date: Wed, 26 Jun 2024 16:53:17 +0100 Subject: [PATCH] change the reference checkout --- .github/workflows/release-java-bindings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-java-bindings.yml b/.github/workflows/release-java-bindings.yml index b82e6cc7..e6766c5b 100644 --- a/.github/workflows/release-java-bindings.yml +++ b/.github/workflows/release-java-bindings.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v4 with: - ref: master + ref: ${{ inputs.ref }} - name: Install Rust uses: dtolnay/rust-toolchain@1.74.1