Skip to content

Commit 26c73e9

Browse files
committed
test version output
1 parent 89ff008 commit 26c73e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
VERSION: ${{ env.VERSION }}
135135
with:
136136
tag_name: ${{ github.ref_name }}-${{ github.run_id }}
137-
release_name: Release v${{ env.VERSION }}
137+
release_name: Release v ${{ steps.extract_version.outputs.version }}
138138
draft: false
139139
prerelease: false
140140

0 commit comments

Comments
 (0)