Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekard0 committed Feb 7, 2025
1 parent 6e6b1eb commit ccf4d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ccf4d76

Please sign in to comment.