Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Nov 8, 2024
1 parent e8a7b4a commit 329c895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
script: |
const tagName = process.env.tag_name;
const releaseName = `Release ${tagName}`;
const releaseName = `${tagName}`;
await github.rest.repos.createRelease({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 329c895

Please sign in to comment.