Skip to content

Commit

Permalink
Fix release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomascco committed Oct 20, 2023
1 parent 2cda97e commit 94468cd
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 @@ -20,7 +20,7 @@ jobs:
await github.rest.repos.createRelease({
owner: context.repo.owner,
repo: context.repo.repo,
tag_name: "${{ github.ref }}",
tag_name: "${{ github.ref_name }}",
name: "${{ github.ref_name }}",
generate_release_notes: true
})

0 comments on commit 94468cd

Please sign in to comment.