Skip to content

Commit fe7d40e

Browse files
authored
Update main.yml
1 parent b503c90 commit fe7d40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
with:
57-
tag_name: refs/heads/ui-v${{ steps.version.outputs.value }}
57+
tag_name: ui-v${{ steps.version.outputs.value }}
5858
release_name: Release refs/heads/ui
5959
body: UI version ${{ steps.version.outputs.value }}.
6060
draft: false

0 commit comments

Comments
 (0)