We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daff45a commit bc0e937Copy full SHA for bc0e937
.github/workflows/release.yml
@@ -36,6 +36,7 @@ jobs:
36
commit: 'chore(release): update monorepo packages versions'
37
title: 'Upcoming Release Changes'
38
createGithubReleases: aggregate
39
+ githubReleaseName: "Release ${{ steps.vars.outputs.sha_short }} (from ${{ steps.vars.outputs.branch }})"
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments