Skip to content

Commit

Permalink
update generate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Oct 13, 2024
1 parent d8cb28a commit d8f053d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
git commit -m "chore: release v$version"
git push origin "v$version"
- uses: actions/github-script@v7
if: env.VERSION != ''
with:
script: |
const version = process.env.VERSION;
Expand Down

0 comments on commit d8f053d

Please sign in to comment.