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 b945b1f commit 630bd9aCopy full SHA for 630bd9a
.github/workflows/release.yml
@@ -322,5 +322,6 @@ jobs:
322
token: ${{ secrets.GITHUB_TOKEN }}
323
generateReleaseNotes: false
324
tag: ${{needs.build.outputs.tag}}
325
+ name: Release - ${{ needs.build.outputs.pkg-name }}==${{ needs.build.outputs.version }}
326
body: ${{ needs.release-notes.outputs.release-body }}
327
commit: ${{ github.sha }}
0 commit comments