diff --git a/.github/workflows/increment-build-number.yml b/.github/workflows/increment-build-number.yml index 66ade70b..8a51a919 100644 --- a/.github/workflows/increment-build-number.yml +++ b/.github/workflows/increment-build-number.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - ref: ${{ github.head_ref }} + ref: ${{ github.base_ref }} - name: Setup PHP uses: "shivammathur/setup-php@v2"