Skip to content

Commit

Permalink
Add missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemery committed Feb 28, 2024
1 parent e4aa519 commit 8c19a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
owner,
repo,
prerelease: true,
tag_name: ${{ env.RELEASE_VERSION }},
name: ${{ env.RELEASE_VERSION }},
tag_name: "${{ env.RELEASE_VERSION }}",
name: "${{ env.RELEASE_VERSION }}",
generate_release_notes: true,
});
console.log(`Created pending release: ${newRelease.data.tag_name}`);

0 comments on commit 8c19a74

Please sign in to comment.