release-test-mojipcmobila 1.27.2 → 1.27.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30,12 +30,12 @@ jobs:
|
|
|
30
30
|
env:
|
|
31
31
|
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
|
|
32
32
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
|
33
|
-
- name: Create PR to merge main → develop
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
33
|
+
# - name: Create PR to merge main → develop
|
|
34
|
+
# if: success()
|
|
35
|
+
# uses: peter-evans/create-pull-request@v6
|
|
36
|
+
# with:
|
|
37
|
+
# token: ${{ secrets.GITHUB_TOKEN }}
|
|
38
|
+
# base: develop
|
|
39
|
+
# branch: sync-main-to-develop
|
|
40
|
+
# title: "Sync main → develop"
|
|
41
|
+
# body: "This PR was automatically created after release to sync main into develop."
|