Updated CreateRelease.yml

This commit is contained in:
MrGadget1024 2023-11-08 12:40:37 -05:00
parent fc6a6e08e8
commit 7b76fea6ea

View File

@ -39,6 +39,11 @@ jobs:
git config --local user.email ${{ secrets.COMMITTER_EMAIL }} git config --local user.email ${{ secrets.COMMITTER_EMAIL }}
git add Assets/Mirror/version.txt git add Assets/Mirror/version.txt
git commit -m "release!: Asset Store Release" -a git commit -m "release!: Asset Store Release" -a
# Perform a git pull to update the local branch with remote changes
git pull origin AssetStoreRelease
# Push the updated branch to the remote
git push origin AssetStoreRelease git push origin AssetStoreRelease
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}