diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index e4da6af..63ad02d 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -10,6 +10,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + ref: ${{ github.ref_name }} - name: Set up Python uses: actions/setup-python@v5