diff --git a/.github/workflows/release-next.yml b/.github/workflows/release-next.yml index 2bd781e2f4..188d4186f3 100644 --- a/.github/workflows/release-next.yml +++ b/.github/workflows/release-next.yml @@ -14,7 +14,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - ref: next + with: + ref: next - name: Send curl request and parse response env: PKG_USERNAME: ${{ secrets.PKG_USERNAME }}