Update release.yml
This commit is contained in:
parent
3bb7bea6cd
commit
8db60e4e3e
1 changed files with 3 additions and 8 deletions
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
|
|
@ -97,8 +97,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4.1.1
|
||||||
with:
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Replace strings
|
- name: Replace strings
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
@ -112,7 +110,7 @@ jobs:
|
||||||
git submodule init
|
git submodule init
|
||||||
cd mods
|
cd mods
|
||||||
git config user.name Xikaro
|
git config user.name Xikaro
|
||||||
git config password ${{ secrets.GITHUB_TOKEN }}
|
git config password ${{ secrets.USER_TOKEN_XIKARO }}
|
||||||
git submodule update --recursive
|
git submodule update --recursive
|
||||||
|
|
||||||
- name: Export MMC
|
- name: Export MMC
|
||||||
|
|
@ -142,16 +140,13 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4.1.1
|
||||||
with:
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
submodules: true
|
|
||||||
|
|
||||||
- name: Download Mods
|
- name: Download Mods
|
||||||
run: |
|
run: |
|
||||||
git submodule init
|
git submodule init
|
||||||
cd mods
|
cd mods
|
||||||
git config user.name github-actions
|
git config user.name Xikaro
|
||||||
git config user.email github-actions@github.com
|
git config password ${{ secrets.USER_TOKEN_XIKARO }}
|
||||||
git submodule update --recursive
|
git submodule update --recursive
|
||||||
|
|
||||||
- name: Replace strings
|
- name: Replace strings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue