Skip to content

Commit

Permalink
Merge pull request #4 from clrfund/fix/missing-version-tag
Browse files Browse the repository at this point in the history
Fix missing tag issue in the create version CI job
  • Loading branch information
yuetloo authored May 17, 2024
2 parents 2300bea + 9d86d75 commit 4c0e427
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 4c0e427

Please sign in to comment.