Skip to content

Commit

Permalink
force the lib on action
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Feb 8, 2024
1 parent 2260eb2 commit c931904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Deploy
working-directory: packages/worker # Specifies the directory where the npm command should be run
# run npx wrangler publish
run: npm ci --include=optional && CLOUDFLARE_ACCOUNT_ID=${{ secrets.CLOUDFLARE_ACCOUNT_ID }} CLOUDFLARE_API_TOKEN=${{ secrets.CLOUDFLARE_API_TOKEN }} npx wrangler deploy
run: npm install @nx/nx-linux-x64-gnu && CLOUDFLARE_ACCOUNT_ID=${{ secrets.CLOUDFLARE_ACCOUNT_ID }} CLOUDFLARE_API_TOKEN=${{ secrets.CLOUDFLARE_API_TOKEN }} npx wrangler deploy

0 comments on commit c931904

Please sign in to comment.