Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber committed Aug 4, 2023
1 parent 2d2ce9b commit b538370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
mkdir linkstack
cd linkstack
echo "${GITHUB_REF##*/}" > version.json
TAG_VERSION="${GITHUB_REF##*/}"
version=${TAG_VERSION#"v"}
echo "$version" > version.json
git clone https://github.com/LinkStackOrg/LinkStack/
mkdir linkstack
Expand Down

0 comments on commit b538370

Please sign in to comment.