Skip to content

Commit

Permalink
CI Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Exzap committed Aug 7, 2024
1 parent fc99afb commit 1c29b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_experimental_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
return "No previous release found.";
}
const latestRelease = releases[0];
const latestRelease = releases.data[0];
console.log(`Latest release found: ${latestRelease.tag_name} published at ${latestRelease.published_at}`);
const { data: commits } = await github.rest.repos.listCommits({
Expand Down

0 comments on commit 1c29b24

Please sign in to comment.