Skip to content

Commit

Permalink
Merge pull request lightninglabs#708 from lightninglabs/fix_release_t…
Browse files Browse the repository at this point in the history
…itle

workflows: fix release name
  • Loading branch information
ffranr authored Dec 1, 2023
2 parents 5318848 + ecef047 commit eb79a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.RELEASE_VERSION }}
name: tapd ${{ env.RELEASE_VERSION }}
name: ${{ env.RELEASE_VERSION }}
draft: true
prerelease: false
files: taproot-assets-${{ env.RELEASE_VERSION }}/*
Expand Down

0 comments on commit eb79a07

Please sign in to comment.