Skip to content

Commit

Permalink
fix create version missing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed May 17, 2024
1 parent 2300bea commit 9d86d75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ jobs:
export VERSION_NUMBER=$(node -e "const pkg=require('./package.json'); console.log(pkg.version)")
export VERSION="v${VERSION_NUMBER}"
git push origin
git tag -a "${VERSION}" -m "${VERSION}"
git push origin --tags

0 comments on commit 9d86d75

Please sign in to comment.