Skip to content

Commit 693abe7

Browse files
committed
Changing release name
1 parent a8ce3d5 commit 693abe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,5 +267,5 @@ jobs:
267267
token: ${{ secrets.GITHUB_TOKEN }}
268268
draft: false
269269
generateReleaseNotes: true
270-
tag: ${{ inputs.working-directory }}/v${{ needs.build.outputs.version }}
270+
tag: ${{ inputs.working-directory == '.' && format('v{0}', needs.build.outputs.version) || format('{0}/v{1}', inputs.working-directory, needs.build.outputs.version) }}
271271
commit: ${{ github.sha }}

0 commit comments

Comments
 (0)