Skip to content

Commit e59eb80

Browse files
author
Dan Clayton
committed
docs(changeset): fix executable releases
1 parent f819d91 commit e59eb80

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/nice-tigers-warn.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+
fix executable releases

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
script: |
8585
const fs = require('fs');
8686
const tag = `v${process.env.VERSION}`;
87-
const release = await octokit.repos.getReleaseByTag({
87+
const release = await octokit.rest.repos.getReleaseByTag({
8888
owner: context.repo.owner,
8989
repo: context.repo.repo,
9090
tag: tag

0 commit comments

Comments
 (0)