diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0e63f0c..4d4f23d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 with: - ref: ${{ github.event.inputs.branch }} + ref: ${{ github.event.client_payload.ref }} - name: Set up Node.js uses: actions/setup-node@v3