diff --git a/.github/workflows/make-version.yml b/.github/workflows/make-version.yml index a13613712a..357908381b 100644 --- a/.github/workflows/make-version.yml +++ b/.github/workflows/make-version.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout code uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: - ref: ${{ github.sha }} + ref: ${{ github.ref }} - name: Setup NodeJS uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: