workflows

This commit is contained in:
Xikaro 2024-01-05 19:05:47 +05:00
parent c40d50493c
commit 8dfd5808ab
2 changed files with 4 additions and 4 deletions

View file

@ -12,10 +12,14 @@ concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
env:
SKIP_MODPACK_INFO : 'true'
jobs:
modpack-info:
name: Modpack Info
runs-on: ubuntu-latest
if: ${{ env.SKIP_MODPACK_INFO }} != 'true'
outputs:
project_name: ${{ steps.info.outputs.project_name }}
project_version: ${{ steps.info.outputs.project_version }}
@ -181,7 +185,6 @@ jobs:
project_version: ${{ needs.modpack-info.outputs.project_version }}
mcversion: ${{ needs.modpack-info.outputs.mcversion }}
tag: ${{ needs.modpack-info.outputs.tag }}
news: ${{ needs.modpack-info.outputs.news }}
changelog: ${{ needs.modpack-info.outputs.changelog }}
secrets: inherit