Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
00INDEX authored May 3, 2023
1 parent b503c90 commit fe7d40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: refs/heads/ui-v${{ steps.version.outputs.value }}
tag_name: ui-v${{ steps.version.outputs.value }}
release_name: Release refs/heads/ui
body: UI version ${{ steps.version.outputs.value }}.
draft: false
Expand Down

0 comments on commit fe7d40e

Please sign in to comment.