Skip to content

Commit

Permalink
chore: fix pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Mar 6, 2023
1 parent 0df369a commit ca797ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Expand Up @@ -51,5 +51,5 @@ jobs:
git config --global user.name 'release-please[bot]'
git config --global user.email '55107282+release-please[bot]@users.noreply.github.com'
git add .
git commit -m 'chore: generate versioned docs'
git push --no-verify
git commit -m 'chore: generate versioned docs' --no-verify
git push

0 comments on commit ca797ad

Please sign in to comment.