Skip to content

Commit

Permalink
fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
djnicholson committed Sep 28, 2020
1 parent 5438c23 commit e122f47
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ async function uploadNewAsset(
repo: github.context.repo.repo,
release_id: release.id,
target_commitish: github.context.sha,
body: `Updated on ${new Date()} by GitHub action: "${
github.context.action
}"`,
});
console.log("Uploading new asset...");
const headers = {
Expand Down

0 comments on commit e122f47

Please sign in to comment.