diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a99c4fe6f..b9bf06140 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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