You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/deploy-module.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -86,11 +86,11 @@ jobs:
86
86
GalleryApiToken: ${{ secrets.GalleryApiToken }}
87
87
ReleaseBranch: main
88
88
MainGitBranch: main
89
-
- name: Merge main -> develop
89
+
#- name: Merge main -> develop
90
90
# This step merges the main branch into the develop branch after a successful deployment. This ensures that the develop branch includes the tag for the latest release.
0 commit comments