diff --git a/.github/workflows/publish-artifacts.yml b/.github/workflows/publish-artifacts.yml index 1da30904..6d9048df 100644 --- a/.github/workflows/publish-artifacts.yml +++ b/.github/workflows/publish-artifacts.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v3 with: - ref: ${{ github.event.inputs.branch || github.ref }} # ✅ Use manual input if provided, fallback to current branch + ref: ${{ github.event.inputs.branch || github.ref }} # ✅ Use manual input if provided, fallback to current branch # Step 2: Set up Node.js - name: Set up Node.js @@ -34,7 +34,7 @@ jobs: # Step 4: Build the package - name: Build Package env: - ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }} + ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }} run: | cd packages/artifact yarn build