Update release.yml
This commit is contained in:
parent
8db60e4e3e
commit
117efb5950
1 changed files with 8 additions and 6 deletions
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
|
|
@ -3,8 +3,8 @@ run-name: "Build #${{ github.run_number }}"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
tags:
|
||||
- "*.*.*"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
|
|
@ -109,8 +109,9 @@ jobs:
|
|||
run: |
|
||||
git submodule init
|
||||
cd mods
|
||||
git config user.name Xikaro
|
||||
git config password ${{ secrets.USER_TOKEN_XIKARO }}
|
||||
git config --global credential.helper '!f() {
|
||||
echo "username=Xikaro";
|
||||
echo "password=${{ secrets.USER_TOKEN_XIKARO }}"; }; f'
|
||||
git submodule update --recursive
|
||||
|
||||
- name: Export MMC
|
||||
|
|
@ -145,8 +146,9 @@ jobs:
|
|||
run: |
|
||||
git submodule init
|
||||
cd mods
|
||||
git config user.name Xikaro
|
||||
git config password ${{ secrets.USER_TOKEN_XIKARO }}
|
||||
git config --global credential.helper '!f() {
|
||||
echo "username=Xikaro";
|
||||
echo "password=${{ secrets.USER_TOKEN_XIKARO }}"; }; f'
|
||||
git submodule update --recursive
|
||||
|
||||
- name: Replace strings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue