Skip to content

Commit 55e0fc0

Browse files
author
Dan Clayton
committed
docs(changeset): test
1 parent 672cf18 commit 55e0fc0

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/silent-sites-watch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@azwebmaster/dependency-optimizer": patch
3+
---
4+
5+
test

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
for (const exe of executables) {
101101
if (fs.existsSync(exe.path)) {
102102
const file = fs.readFileSync(exe.path);
103-
await octokit.repos.uploadReleaseAsset({
103+
await octokit.rest.repos.uploadReleaseAsset({
104104
owner: context.repo.owner,
105105
repo: context.repo.repo,
106106
release_id: release.data.id,

0 commit comments

Comments
 (0)