diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 716e3f0..a6d2d22 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -49,10 +49,10 @@ jobs: runs-on: ubuntu-latest steps: -# - name: Checkout the repo -# uses: actions/checkout@v4 -# with: -# ref: ${{ inputs.checkout-ref || github.ref }} + - name: Checkout the repo + uses: actions/checkout@v4 + with: + ref: ${{ inputs.checkout-ref || github.ref }} - name: Download datalyzer.zip uses: actions/download-artifact@v4