Update release.yml
This commit is contained in:
parent
2a1bff37c4
commit
45f2419372
1 changed files with 1 additions and 7 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -151,12 +151,6 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4.1.1
|
||||||
|
|
||||||
- name: Replace strings
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
VERSION=${{ needs.modpack-info.outputs.project_version }}
|
|
||||||
sed -i -e "s/DEV/${VERSION}/g" config/bcc-common.toml
|
|
||||||
|
|
||||||
- name: Download Mods
|
- name: Download Mods
|
||||||
run: |
|
run: |
|
||||||
git submodule init
|
git submodule init
|
||||||
|
|
@ -282,7 +276,7 @@ jobs:
|
||||||
body: |
|
body: |
|
||||||
RU
|
RU
|
||||||
${{ needs.modpack-info.outputs.changelog_ru }}
|
${{ needs.modpack-info.outputs.changelog_ru }}
|
||||||
|
|
||||||
EN
|
EN
|
||||||
${{ needs.modpack-info.outputs.changelog_en }}
|
${{ needs.modpack-info.outputs.changelog_en }}
|
||||||
files: |
|
files: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue