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 }}
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue