Skip to content

Commit

Permalink
Try to fix CI again
Browse files Browse the repository at this point in the history
tomascco committed Oct 20, 2023

Verified

This commit was signed with the committer’s verified signature.
tomascco Tomás Coêlho
1 parent 94468cd commit abe50aa
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
@@ -3,7 +3,6 @@ changelog:
labels:
- dependencies
- chore
authors:
categories:
- title: 💥 Breaking Changes
labels:
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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.