Skip to content

Commit 77b3403

Browse files
committed
fix a bug
1 parent bdfd453 commit 77b3403

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,11 @@ jobs:
115115

116116
steps:
117117
- uses: actions/download-artifact@v4
118-
if: ${{ DEPLOY_DENO_PUSH }}
118+
if: ${{ env.DEPLOY_DENO_PUSH }}
119119
with:
120120
name: deno.js
121121
- name: Upload to Deno Deploy
122+
if: ${{ env.DEPLOY_DENO_PUSH }}
122123
uses: denoland/deployctl@v1
123124
with:
124125
project: meting-api-davidingplus

0 commit comments

Comments
 (0)