Skip to content

Commit

Permalink
fix: use correct workspace name
Browse files Browse the repository at this point in the history
  • Loading branch information
Battlesquid committed Dec 10, 2024
1 parent ca06b81 commit 6e6c69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/worker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 22.12.0
registry-url: https://registry.npmjs.org/
- run: yarn workspace @skyline/worker install
- run: yarn workspace @skyline/oauth-worker install
- name: Publish
uses: cloudflare/wrangler-action@v3
with:
Expand Down

0 comments on commit 6e6c69e

Please sign in to comment.