Skip to content

Commit

Permalink
Update nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGatay authored Sep 24, 2024
1 parent 9ae932c commit a732065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
env:
NEXT_TINA_PUBLIC_CLIENT_ID: ${{ secrets.NEXT_TINA_PUBLIC_CLIENT_ID }}
TINA_TOKEN: ${{ secrets.TINA_TOKEN }}
NEXT_PUBLIC_TINA_BRANCH: ${{ github.head_ref }}
NEXT_PUBLIC_TINA_BRANCH: ${{ secrets.NEXT_PUBLIC_TINA_BRANCH }}
run: yarn build
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build
Expand Down

0 comments on commit a732065

Please sign in to comment.