Skip to content

Commit

Permalink
Add commit to yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed May 13, 2024
1 parent ca1fd81 commit b2788c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/yarn-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ runs:
yarn install --frozen-lockfile
yarn config set version-git-tag false
yarn version --new-version $RELEASE
git commit -am "Update version to $RELEASE"
if [ "$SKIP_TAG" == "false" ]; then
echo "Tagging yarn version $RELEASE"
git tag $RELEASE
Expand Down

0 comments on commit b2788c7

Please sign in to comment.