Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Nov 14, 2021
2 parents d52ddfa + a3c4532 commit cebe815
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -9,9 +9,12 @@ jobs:
- uses: actions/checkout@v2
- run: |
git --version
git config branch.autosetuprebase always
git config --global user.email "actions@github.com"
git config --global user.name "Actions"
git pull --tags
git checkout develop
git pull
git checkout main
git pull
git rebase develop
Expand Down

2 comments on commit cebe815

@vercel
Copy link

@vercel vercel bot commented on cebe815 Nov 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on cebe815 Nov 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.