Skip to content

Commit

Permalink
addit commit details for bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
HughParry committed Jul 31, 2024
1 parent 5a70867 commit 2a77f02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ jobs:
- name: Copy built bundle to js-bundle branch
run: |
cp packages/procaptcha-bundle/dist/bundle/* .
# set the author in git
git config user.name "prosoponator[bot]"
git config user.email "dev@prosopo.io"
git add -A
git commit -m 'Deploy JS bundle from mstagingain'
Expand Down

0 comments on commit 2a77f02

Please sign in to comment.