We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02e0db commit 556cc89Copy full SHA for 556cc89
.github/workflows/distribute.yml
@@ -51,4 +51,4 @@ jobs:
51
with:
52
repo_token: ${{ secrets.GITHUB_TOKEN }}
53
file: windc-dist-${{ github.event.inputs.version || github.ref_name }}.tar.gz
54
- tag: Wind ${{ github.event.inputs.version || github.ref_name }}
+ tag: Wind${{ github.event.inputs.version || github.ref_name }}
0 commit comments