Skip to content

Commit

Permalink
Fix Add test link
Browse files Browse the repository at this point in the history
  • Loading branch information
fabergat committed Jan 23, 2025
1 parent 1895953 commit 14ef9ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea #v7.0.1
with:
script: |
const octokit = github.getOctokit(process.env.GITHUB_TOKEN);
await octokit.rest.repos.updateRelease({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 14ef9ea

Please sign in to comment.