We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84466cf commit 5af1423Copy full SHA for 5af1423
.github/workflows/create_release.yml
@@ -29,12 +29,10 @@ jobs:
29
uses: actions/github-script@v7
30
with:
31
script: |
32
- console.log(context)
33
const {data:latest} = await github.rest.repos.getLatestRelease({
34
owner: context.repo.owner,
35
repo: context.repo.repo
36
}).catch(() => ({ data: null }));
37
- console.log(latest)
38
return latest ? latest.tag_name: "";
39
result-encoding: string
40
0 commit comments