Skip to content

Commit 881fde1

Browse files
authored
Update deploy_to_ghcr_tag_release.yaml
1 parent a254e9d commit 881fde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_to_ghcr_tag_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/github-script@v6
2525
with:
2626
script: |
27-
const latestRelease = await octokit.repos.getLatestRelease({
27+
const latestRelease = await github.rest.repos.getLatestRelease({
2828
owner: context.repo.owner,
2929
repo: context.repo.repo,
3030
});

0 commit comments

Comments
 (0)