diff --git a/.github/workflows/pack-utilities.yml b/.github/workflows/pack-utilities.yml index 94ec394..6541e99 100644 --- a/.github/workflows/pack-utilities.yml +++ b/.github/workflows/pack-utilities.yml @@ -11,6 +11,9 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-latest steps: + - name: Check out repository + uses: actions/checkout@v4 + - name: Set Pre-Release Suffix (if Pull Request) id: set_suffix run: |