Skip to content

Commit 614238a

Browse files
committed
tag
1 parent 66a12c0 commit 614238a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,13 @@ jobs:
100100
cd ..
101101
git_version=$(git describe --always)
102102
echo "releaseName=version ${mexlibczi_version} (${git_version})" >> "$GITHUB_ENV"
103+
echo "tagName=v${mexlibczi_version}" >> "$GITHUB_ENV"
103104
104105
- name: Release
105106
uses: softprops/action-gh-release@v2
106107
with:
107108
name: ${{ env.releaseName }}
109+
tag_name: ${{ env.tagName }}
108110
files: |
109111
./artifacts/${{ needs.build.outputs.linuxx64_artifact }}/MEXlibCZI.mexa64
110112
./artifacts/${{ needs.build.outputs.windowsx64_artifact }}/MEXlibCZI.mexw64

0 commit comments

Comments
 (0)