Skip to content

Commit

Permalink
Try to fix CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
tomascco committed Oct 20, 2023
1 parent 94468cd commit abe50aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ changelog:
labels:
- dependencies
- chore
authors:
categories:
- title: 💥 Breaking Changes
labels:
Expand Down
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_name }}",
tag_name: "${{ github.ref }}",
name: "${{ github.ref_name }}",
generate_release_notes: true
})

0 comments on commit abe50aa

Please sign in to comment.