We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b503c90 commit fe7d40eCopy full SHA for fe7d40e
.github/workflows/main.yml
@@ -54,7 +54,7 @@ jobs:
54
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
with:
57
- tag_name: refs/heads/ui-v${{ steps.version.outputs.value }}
+ tag_name: ui-v${{ steps.version.outputs.value }}
58
release_name: Release refs/heads/ui
59
body: UI version ${{ steps.version.outputs.value }}.
60
draft: false
0 commit comments