Skip to content

Commit 2363274

Browse files
committed
ci(pipeline): update release tagging format
- Changes the release tag name format to include "version/" prefix. - Renames the release name variable for clarity and consistency.
1 parent 8930329 commit 2363274

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ jobs:
222222
uses: softprops/action-gh-release@v2
223223
with:
224224
repository: ${{ github.repository }}
225-
tag_name: v${{ env.gitVersion_SemVer }}
225+
name: v${{ env.gitVersion_SemVer }}
226+
tag_name: version/v${{ env.gitVersion_SemVer }}
226227
body: The release process is automated.
227228
generate_release_notes: true
228229
token: ${{ secrets.ES_GITHUB_PAT }}

0 commit comments

Comments
 (0)