Skip to content

Commit c6521c4

Browse files
committed
correct tag name
1 parent 946bc04 commit c6521c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_github_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
token: ${{ secrets.GITHUB_TOKEN }}
5353
files: ./modular_tree_windows/modular_tree_${{ steps.vars.outputs.version }}_windows.zip ./modular_tree_linux/modular_tree_${{ steps.vars.outputs.version }}_linux.zip
5454
release: Release V${{ steps.vars.outputs.version }}${{ env.STATUS }}
55-
tag: test_tag
55+
tag: ${{ steps.vars.outputs.version }}${{ env.STATUS }}
5656
message: V${{ steps.vars.outputs.version }}
5757
body: ''
5858

0 commit comments

Comments
 (0)