Skip to content

Commit

Permalink
Fix fetching release
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt committed Oct 23, 2023
1 parent 8a60e75 commit e956eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
script: |
const release = await github.rest.repos.getRelease({
release_id: ${{ steps.create-release.outputs.id }},
release_id: '${{ steps.create-release.outputs.id }}',
owner: context.repo.owner,
repo: context.repo.repo
});
Expand Down

0 comments on commit e956eb0

Please sign in to comment.