Skip to content

Commit

Permalink
fix(pdk-upgrade): list js-pdk releases rather than getting the latest…
Browse files Browse the repository at this point in the history
… one
  • Loading branch information
EdieLemoine committed Aug 7, 2024
1 parent 2fb2ce7 commit c763adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdk-upgrade/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ runs:
repo: 'pdk'
});
const jsPdkReleases = await github.rest.repos.getLatestRelease({
const jsPdkReleases = await github.rest.repos.listReleases({
owner: 'myparcelnl',
repo: 'js-pdk'
});
Expand Down

0 comments on commit c763adf

Please sign in to comment.