Skip to content

Commit 9294d5e

Browse files
committed
feat: trigger release workflow
1 parent a8bb854 commit 9294d5e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/sync-dev-to-main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,10 @@ jobs:
8181
if: steps.merge.outputs.merge_success == 'true'
8282
run: |
8383
git push origin main
84-
echo "Successfully synced dev to main"
84+
echo "Successfully synced dev to main"
85+
86+
- name: Trigger release workflow
87+
if: steps.merge.outputs.merge_success == 'true'
88+
uses: ./.github/workflows/release.yml
89+
90+

0 commit comments

Comments
 (0)