Skip to content

Commit

Permalink
GH Action: Set git config (redwoodjs#8866)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Jul 9, 2023
1 parent e2fa04a commit 1f0c977
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,15 @@ jobs:
cat packages/create-redwood-app/templates/ts/web/package.json
echo ""
git config user.name "GitHub Actions"
git config user.email "<>"
git commit -am "Update create-redwood-app templates to use canary packages"
git log --oneline -n 10
git push
echo "Pushing to $GITHUB_REF_NAME"
git push origin "$GITHUB_REF_NAME"
args+=(--yes)
yarn lerna publish "${args[@]}"
Expand Down

0 comments on commit 1f0c977

Please sign in to comment.