Skip to content

Commit f0186d3

Browse files
committed
fix name
1 parent 8c47d8a commit f0186d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cloudflare-account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
3636
cloudflare-project-name: rescript-lang-org
3737
github-token: ${{ secrets.GITHUB_TOKEN }}
38-
github-environment: ${{ vars.CLOUDFLARE_PROJECT_NAME }} ${{ (github.ref == 'refs/heads/master' && '(Production)') || '(Preview)' }}
38+
github-environment: ${{ vars.CLOUDFLARE_PROJECT_NAME }} ${{ (github.ref == 'refs/heads/master' && '(production)') || '(preview)' }}
3939
directory: ./out
4040

4141

0 commit comments

Comments
 (0)