Skip to content

Commit

Permalink
chore(ci): fix gh script syntax error (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
strantalis authored Dec 5, 2024
1 parent e9c96c6 commit ef1e757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
const { data: file } = await github.rest.repos.getContent({
owner: context.repo.owner,
repo: context.repo.repo,
path: 'index.yaml'
path: 'index.yaml',
ref: 'main'
});
fileSha = file.sha;
Expand Down

0 comments on commit ef1e757

Please sign in to comment.