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
|
||||
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
|
||||
run: |
|
||||
git submodule init
|
||||
|
|
@ -282,7 +276,7 @@ jobs:
|
|||
body: |
|
||||
RU
|
||||
${{ needs.modpack-info.outputs.changelog_ru }}
|
||||
|
||||
|
||||
EN
|
||||
${{ needs.modpack-info.outputs.changelog_en }}
|
||||
files: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue