Skip to content

Commit c7c88a9

Browse files
chore(ci): remove explicit artifactPrefix from deno deploy workflow
1 parent 7c68903 commit c7c88a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deno-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
NODE_ENV: "production"
5656
GIT_REVISION: ${{ github.sha }}
5757
with:
58-
artifactPrefix: dist/
5958
token: ${{ secrets.DENO_DEPLOY_TOKEN }}
6059
action: ${{ github.event_name == 'delete' && 'delete' || 'deploy' }}
6160
organization: ${{ secrets.DENO_ORG_NAME }}

0 commit comments

Comments
 (0)