Skip to content

Commit ecef047

Browse files
committed
workflows: fix release name
1 parent 5318848 commit ecef047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:
4141
tag_name: ${{ env.RELEASE_VERSION }}
42-
name: tapd ${{ env.RELEASE_VERSION }}
42+
name: ${{ env.RELEASE_VERSION }}
4343
draft: true
4444
prerelease: false
4545
files: taproot-assets-${{ env.RELEASE_VERSION }}/*

0 commit comments

Comments
 (0)