Skip to content

Commit

Permalink
chore: change the last release branch to mondays release branch (#3222)
Browse files Browse the repository at this point in the history
* Move release branch creation to monday

* change the last release branch to mondays release branch
  • Loading branch information
arjunaj5 authored Oct 15, 2024
1 parent 46ee637 commit adc6faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Get Release Branch Name
run: |
echo "release_branch=mobile_release_$(date +%Y_%m_%d)" >> $GITHUB_ENV
echo "last_release_branch=mobile_release_$(date -d 'last friday' +%Y_%m_%d)" >> $GITHUB_ENV
echo "last_release_branch=mobile_release_$(date -d 'last monday' +%Y_%m_%d)" >> $GITHUB_ENV
- name: Check if release branch exists
run: |
if git ls-remote --exit-code --heads origin ${{env.release_branch}}; then
Expand Down

0 comments on commit adc6faf

Please sign in to comment.