Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
fix: file
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjoecodes committed Jan 17, 2024
1 parent 14debc1 commit c9d9262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
script: |
const fs = require('fs');
const { getOctokit, context } = require('@actions/github');
const { getOctokit } = require('@actions/github');
const octokit = github.getOctokit(process.env.GITHUB_TOKEN);
const response = await octokit.rest.repos.listReleaseAssets({
Expand Down

0 comments on commit c9d9262

Please sign in to comment.