diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a90927..c39a904 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,6 +40,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: + ref: ${{ inputs.ref }} fetch-depth: 0 - name: Validate tag does not exist on current commit uses: ./.github/workflows/validate-tag