Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
chore: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjoecodes committed Jan 17, 2024
1 parent 15e3560 commit 6f82566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
const response = await github.rest.repos.listReleaseAssets({
owner: context.repo.owner,
repo: context.repo.repo,
release_id: context.payload.release.id
release_id: "137330543"
});
const downloadUrls = response.data.map(asset => asset.url);
Expand Down

0 comments on commit 6f82566

Please sign in to comment.