Skip to content

Commit

Permalink
looks like it parses those automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-morrison44 committed Mar 18, 2024
1 parent 5b5492e commit dc529f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
`https://api.github.com/repos/${pack.owner}/${pack.repository}/releases/latest`
)
console.log(latestReleaseResponse)
const latestRelease = JSON.parse(latestReleaseResponse.data)
const latestRelease = latestReleaseResponse.data
if (!latestRelease?.assets) return null
Expand Down

0 comments on commit dc529f0

Please sign in to comment.