Update CreateRelease.yml

This commit is contained in:
MrGadget 2023-11-08 10:27:28 -05:00 committed by GitHub
parent 56fe836d8a
commit b9a97e655f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2
with:
ref: master
ref: AssetStoreRelease
- name: Merge master into AssetStoreRelease
run: |
git checkout AssetStoreRelease
git fetch origin master --depth 1
git merge master
- name: Set up .NET Core
@ -32,4 +32,4 @@ jobs:
git config --local user.name "GitHub Action"
git add Assets/Mirror/version.txt
git commit -m "release!: Asset Store Release" -a
git push origin AssetStoreRelease
git push origin AssetStoreRelease