Skip to content

Commit cc07d12

Browse files
committed
try
1 parent 77b3403 commit cc07d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

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

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

0 commit comments

Comments
 (0)