Skip to content

Commit

Permalink
update generate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Nov 24, 2024
1 parent 3901ab1 commit 923198d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
echo "New version detected: $lastVersion -> $version"
fi
git status
# set the package version to be the same as the schema version
git stash
npm version $version
git stash pop
# commit the changes as build bot on a new branch named after the new version
echo "VERSION=$version" >> $GITHUB_ENV
git config --global user.email github-actions[bot]@users.noreply.github.com
Expand Down

0 comments on commit 923198d

Please sign in to comment.