Update build.yml

This commit is contained in:
Xikaro 2024-01-05 19:24:56 +05:00
parent 8dfd5808ab
commit b4db9f2bfe

View file

@ -12,20 +12,18 @@ 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 }}
mcversion: ${{ steps.info.outputs.mcversion }}
tag: ${{ steps.version.outputs.tag }}
changelog: ${{ steps.changelog.outputs.description }}
steps:
- name: Checkout
uses: actions/checkout@v4.1.1