mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Merged master
This commit is contained in:
commit
2affd57a9a
25
.github/workflows/CreateRelease.yml
vendored
25
.github/workflows/CreateRelease.yml
vendored
@ -20,6 +20,31 @@ jobs:
|
||||
message: "Merged master"
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Checkout AssetStoreRelease
|
||||
run: |
|
||||
git checkout -b AssetStoreRelease
|
||||
git pull origin AssetStoreRelease
|
||||
|
||||
- name: Set up .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
|
||||
- name: Install dotnet-script
|
||||
run: |
|
||||
dotnet tool install -g dotnet-script
|
||||
dotnet script --version
|
||||
|
||||
- name: Run CreateRelease.cs
|
||||
run: |
|
||||
dotnet script .github/CreateRelease.cs
|
||||
|
||||
- name: Commit and Push
|
||||
run: |
|
||||
git add Assets/Mirror/version.txt
|
||||
git commit -m "release!: Asset Store Release" -a
|
||||
git push origin AssetStoreRelease
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
#- name: Set Git Config
|
||||
# run: |
|
||||
# git config user.name ${{ secrets.COMMITTER_NAME }}
|
||||
|
Loading…
Reference in New Issue
Block a user