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
fc6a6e08e8
commit
7b76fea6ea
5
.github/workflows/CreateRelease.yml
vendored
5
.github/workflows/CreateRelease.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user