Skip to content

Commit

Permalink
use version in release pr name
Browse files Browse the repository at this point in the history
  • Loading branch information
emawby authored Jan 5, 2024
1 parent 4cedaaa commit 655152a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
head: ${{env.version}}
base: main
title: |
"Release $version"
"Release ${{env.version}}"
body: |
"Add Release Notes For Review Here"
env:
Expand Down

0 comments on commit 655152a

Please sign in to comment.