Skip to content

Commit fff6a78

Browse files
committed
Provide version information through expression
1 parent d1060d3 commit fff6a78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/prepare-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
- name: Create release PR
5959
uses: peter-evans/create-pull-request@v4
6060
with:
61-
title: "Release $RELEASE_VERSION."
62-
body: "This PR releases codeql-coding-standards version $RELEASE_VERSION."
63-
commit-message: "Release $RELEASE_VERSION."
61+
title: "Release ${{ github.event.inputs.version }}."
62+
body: "This PR releases codeql-coding-standards version ${{ github.event.inputs.version }}."
63+
commit-message: "Update user manual for release."
6464
delete-branch: true
65-
branch: "rc/$RELEASE_VERSION"
65+
branch: "rc/${{ github.event.inputs.version }}"
6666

6767

0 commit comments

Comments
 (0)