|
@@ -72,8 +72,8 @@ jobs:
|
|
|
env:
|
|
env:
|
|
|
GITHUB_TOKEN: ${{ secrets.STDF_GITHUB_TOKEN }}
|
|
GITHUB_TOKEN: ${{ secrets.STDF_GITHUB_TOKEN }}
|
|
|
with:
|
|
with:
|
|
|
- tag_name: ${{ steps.version.outputs.version }}
|
|
|
|
|
- release_name: ${{ steps.version.outputs.version }}
|
|
|
|
|
|
|
+ tag_name: v${{ steps.version.outputs.version }}
|
|
|
|
|
+ release_name: v${{ steps.version.outputs.version }}
|
|
|
body: |
|
|
body: |
|
|
|
${{ steps.changelog.outputs.changelog }}
|
|
${{ steps.changelog.outputs.changelog }}
|
|
|
---
|
|
---
|