We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ce3d5 commit 693abe7Copy full SHA for 693abe7
.github/workflows/_release.yml
@@ -267,5 +267,5 @@ jobs:
267
token: ${{ secrets.GITHUB_TOKEN }}
268
draft: false
269
generateReleaseNotes: true
270
- tag: ${{ inputs.working-directory }}/v${{ needs.build.outputs.version }}
+ tag: ${{ inputs.working-directory == '.' && format('v{0}', needs.build.outputs.version) || format('{0}/v{1}', inputs.working-directory, needs.build.outputs.version) }}
271
commit: ${{ github.sha }}
0 commit comments