We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8a8dd commit e7349e1Copy full SHA for e7349e1
.github/workflows/release.yml
@@ -37,3 +37,4 @@ jobs:
37
with:
38
github_token: ${{ secrets.GITHUB_TOKEN }}
39
branch: 'master'
40
+ message: ${{ format( 'Release {0} 🚀', github.ref_name) }}
0 commit comments