Skip to content

Commit 5af1423

Browse files
committed
feat(workflows): remove console
1 parent 84466cf commit 5af1423

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/create_release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,10 @@ jobs:
2929
uses: actions/github-script@v7
3030
with:
3131
script: |
32-
console.log(context)
3332
const {data:latest} = await github.rest.repos.getLatestRelease({
3433
owner: context.repo.owner,
3534
repo: context.repo.repo
3635
}).catch(() => ({ data: null }));
37-
console.log(latest)
3836
return latest ? latest.tag_name: "";
3937
result-encoding: string
4038

0 commit comments

Comments
 (0)