Skip to content

Commit

Permalink
chore: restoring ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Aug 26, 2024
1 parent 11b66c5 commit 5361b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
with:
fetch-depth: 0
- name: Merge main -> release
uses: devmasx/merge-branch@master
uses: devmasx/merge-branch@6ec8363d74aad4f1615d1234ae1908b4185c4313
with:
type: now
from_branch: main
target_branch: release
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Merge release -> main
uses: devmasx/merge-branch@master
uses: devmasx/merge-branch@6ec8363d74aad4f1615d1234ae1908b4185c4313
with:
type: now
from_branch: release
Expand Down

0 comments on commit 5361b7d

Please sign in to comment.