Skip to content

Commit e725aa2

Browse files
committed
Update release-pull-request.yml
1 parent c85e3f4 commit e725aa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
BRANCH=${GITHUB_REF##*/}
1515
echo $BRANCH
1616
VERSION=${BRANCH#'release/'}
17-
echo ::set-output name=result::"Release: ${VERSION}"
17+
echo "result=Release: ${VERSION}" >> "${GITHUB_OUTPUT}"
1818
id: title
1919
- name: Create Pull Request
2020
run: gh pr create --title "${{ steps.title.outputs.result }}" --body-file ./.github/release-pull-request-template.md

0 commit comments

Comments
 (0)