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 67f7666 commit 4285e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
npm run generate
# commit the changes as build bot on a new branch named after the new version
echo "VERSION=$version" >> $GITHUB_ENV
git checkout -b "v$version"
git checkout -b "release/v$version"
git add .
git commit -m "chore: release v$version"
git push origin "v$version"
git push origin "release/v$version"
- uses: actions/github-script@v7
if: env.VERSION != ''
with:
Expand Down

0 comments on commit 4285e5c

Please sign in to comment.