Skip to content

Commit 2b7209e

Browse files
committed
add the release tag to the final step
1 parent 1ccbbcc commit 2b7209e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# create linux packages using tar as supposed to zip. tar is more common for linux packages
7373
tar -czvf dmt-${{ inputs.release-tag }}-linux-x64.tar.gz linux-x64-package/*
7474
tar -czvf dmt-${{ inputs.release-tag }}-linux-arm64.tar.gz linux-arm64-package/*
75-
- name: Create GitHub release
75+
- name: Create GitHub release ${{ inputs.release-tag }}
7676
uses: softprops/action-gh-release@v1
7777
with:
7878
tag_name: ${{ inputs.release-tag }}

0 commit comments

Comments
 (0)