Skip to content

Commit

Permalink
fix tag already exist error
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed May 17, 2024
1 parent 93c5337 commit 2867216
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/create-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,5 @@ jobs:
npm version ${{ github.event.inputs.version }}
export VERSION_NUMBER=$(node -e "const pkg=require('./package.json'); console.log(pkg.version)")
export VERSION="v${VERSION_NUMBER}"
git add package.json
git commit -m "${VERSION}"
git push origin
git tag -a "${VERSION}" -m "${VERSION}"
git push origin --tags

0 comments on commit 2867216

Please sign in to comment.