Skip to content

Commit

Permalink
[FEAT/#178] Firebase App Distribution CI/CD 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Nov 30, 2024
1 parent 9e78ccb commit f81bf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase_distribution_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ jobs:
git config user.email "github-actions[bot]@users.noreply.github.com"
git fetch origin
git checkout develop
git merge production --no-ff --no-edit
git merge production --no-ff --no-edit --allow-unrelated-histories
git push origin develop

0 comments on commit f81bf9d

Please sign in to comment.