Skip to content

Commit 193dc77

Browse files
authored
chore(actions): missing pre prefix for version (#128)
1 parent b493942 commit 193dc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
with:
5656
tag_name: build/${{ needs.prepare.outputs.release }}/${{ needs.prepare.outputs.build_number }}
57-
name: ${{ needs.prepare.outputs.release }}.${{ needs.prepare.outputs.build_number }}
57+
name: ${{ needs.prepare.outputs.version }}
5858
body: ${{ github.event.head_commit.message }}
5959
target_commitish: master
6060
prerelease: true

0 commit comments

Comments
 (0)