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 7862d1d commit 625f23fCopy full SHA for 625f23f
.github/workflows/release-all.yaml
@@ -137,8 +137,8 @@ jobs:
137
env:
138
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
139
with:
140
- tag_name: ${{ github.event.ref }}
141
- release_name: Release ${{ github.event.ref }}
+ tag_name: "${{ steps.release.outputs.module }}-${{ steps.release.outputs.version }}"
+ release_name: Release "${{ steps.release.outputs.module }}-v${{ steps.release.outputs.version }}"
142
draft: false
143
prerelease: false
144
0 commit comments