Update build.yml
This commit is contained in:
parent
8dfd5808ab
commit
b4db9f2bfe
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -12,20 +12,18 @@ concurrency:
|
||||||
group: ${{ github.ref }}
|
group: ${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
|
||||||
SKIP_MODPACK_INFO : 'true'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
modpack-info:
|
modpack-info:
|
||||||
name: Modpack Info
|
name: Modpack Info
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ env.SKIP_MODPACK_INFO }} != 'true'
|
|
||||||
outputs:
|
outputs:
|
||||||
project_name: ${{ steps.info.outputs.project_name }}
|
project_name: ${{ steps.info.outputs.project_name }}
|
||||||
project_version: ${{ steps.info.outputs.project_version }}
|
project_version: ${{ steps.info.outputs.project_version }}
|
||||||
mcversion: ${{ steps.info.outputs.mcversion }}
|
mcversion: ${{ steps.info.outputs.mcversion }}
|
||||||
tag: ${{ steps.version.outputs.tag }}
|
tag: ${{ steps.version.outputs.tag }}
|
||||||
changelog: ${{ steps.changelog.outputs.description }}
|
changelog: ${{ steps.changelog.outputs.description }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4.1.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue