Skip to content

Commit 8e11372

Browse files
committed
naming
1 parent 3f77aeb commit 8e11372

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919
- uses: ./.github/actions/setup
2020
- uses: ./.github/actions/test
21-
- name: Deploy (staging)
21+
- name: Deploy Workers (staging)
2222
run: pnpm turbo deploy -- -e staging
2323
env:
2424
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
name: published-packages
5757
path: ${{ runner.temp }}
5858
- uses: ./.github/actions/setup
59-
- name: Deploy Published Workers
59+
- name: Deploy Published Workers (production)
6060
run: pnpm runx deploy-published-workers --env production
6161
env:
6262
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)