mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Updated CreateRelease.yml
This commit is contained in:
parent
49a1ef936e
commit
66e0fa81ca
11
.github/workflows/CreateRelease.yml
vendored
11
.github/workflows/CreateRelease.yml
vendored
@ -15,18 +15,11 @@ jobs:
|
||||
run: |
|
||||
git config user.name ${{ secrets.COMMITTER_NAME }}
|
||||
git config user.email ${{ secrets.COMMITTER_EMAIL }}
|
||||
|
||||
- name: Debug - List Branches
|
||||
run: |
|
||||
git branch -a
|
||||
|
||||
- name: Check if AssetStoreRelease branch exists
|
||||
run: |
|
||||
git checkout -b AssetStoreRelease
|
||||
|
||||
- name: Debug - List Files
|
||||
- name: Pull latest changes from AssetStoreRelease
|
||||
run: |
|
||||
ls -al
|
||||
git pull origin AssetStoreRelease
|
||||
|
||||
- name: Merge Master into AssetStoreRelease
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user