Skip to content

Commit b538370

Browse files
committed
Update release.yml
1 parent 2d2ce9b commit b538370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
mkdir linkstack
3535
cd linkstack
3636
37-
echo "${GITHUB_REF##*/}" > version.json
38-
3937
TAG_VERSION="${GITHUB_REF##*/}"
4038
version=${TAG_VERSION#"v"}
4139
40+
echo "$version" > version.json
41+
4242
git clone https://github.com/LinkStackOrg/LinkStack/
4343
4444
mkdir linkstack

0 commit comments

Comments
 (0)