Skip to content

Commit

Permalink
fix(15337): remove from release names in update automation (carbon-de…
Browse files Browse the repository at this point in the history
  • Loading branch information
2nikhiltom committed Jun 17, 2024
1 parent af09913 commit 9d2f144
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 @@ -80,7 +80,7 @@ jobs:
script: |
github.rest.repos.createRelease({
tag_name: context.ref,
name: context.ref,
name: ${{ github.ref_name }},
draft: false,
prerelease: true,
owner: context.repo.owner,
Expand Down

0 comments on commit 9d2f144

Please sign in to comment.