diff --git a/.github/workflows/build-prod.yml b/.github/workflows/build-prod.yml index 0d9b4f050..5a6e6a967 100644 --- a/.github/workflows/build-prod.yml +++ b/.github/workflows/build-prod.yml @@ -13,8 +13,7 @@ jobs: if: ${{ contains(github.event.pull_request.labels.*.name, 'release-prep') runs-on: ubuntu-latest steps: - # checkout the branch that triggered the workflow - - name: Checkout master (the latest release) + - name: Checkout the branch that triggered the workflow uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: ref: ${GITHUB_REF##*/} # this only works with branches that don't include /